-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (42 loc) · 1.76 KB
/
index.html
File metadata and controls
43 lines (42 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Mora Software</title>
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Merriweather+Sans:400,300,700" type="text/css">
<link rel="stylesheet" href="static/myapp.css" type="text/css">
<link rel="shortcut icon" href="static/logo.png" />
<meta name="theme-color" content="#111111">
<meta name="og:type" content="website">
<meta name="og:title" content="MoraSoftware.github.io">
<meta name="og:description" content="Mora Software">
<meta name="og:site_name" content="Mora Software">
<meta name="og:url" content="{{ site.url }}">
</head>
<body>
<header>
<h1>Mora Software</h1>
<h4>Kotlin</h4>
<ul class="list-inline">
<li><a href="basic.html">Basic</a></li>
<li><a href="loops.html">Loops</a></li>
<li><a href="functions.html">Functions</a></li>
<li><a href="class.html">Class</a></li>
<li><a href="static.html">Object</a></li>
<li><a href="lambda.html">Lambda</a></li>
<li><a href="collection.html">Collection</a></li>
<li><a href="predicate.html">Predicate</a></li>
</ul>
<ul class="list-inline">
<li><a href="coroutine.html">Coroutine</a></li>
<li><a href="testing.html">Testing</a></li>
<li><a href="channel.html">Channels</a></li>
</ul>
<ul class="list-inline">
<li><a href="https://github.com/MoraSoftware"><span>fork</span>GitHub</a></li>
</ul>
</header>
</body>
</html>