-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (43 loc) · 1.54 KB
/
index.html
File metadata and controls
43 lines (43 loc) · 1.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>The Mostler Programming Language</title>
<link rel="icon" type="image/svg+xml" sizes="16x16|any" href="./assets/img/favicon.svg"/>
<link rel="stylesheet" type="text/css" href="./assets/css/main.css"/>
</head>
<body>
<header id="logotype" class="logo">
<a href="/"><img type="image/svg+xml" src="./assets/img/logo.svg" alt="Mostler"/></a>
</header>
<nav id="navigation" class="navbar">
<ul class="menu">
<!-- Links are just an example -->
<li><a href="https://mostler.github.io/about/">Why Mostler</a></li>
<li><a href="https://mostler.github.io/learn/">Get Started</a></li>
<li><a href="https://mostler.github.io/doc/">Docs</a></li>
<li><a href="https://mostler.github.io/pkg/">Packages</a></li>
<li><a href="https://mostler.github.io/play/">Play</a></li>
<li><a href="https://mostler.github.io/blog/">Blog</a></li>
</ul>
</nav>
<main>
<div></div>
</main>
<aside id="widget" class="sidebar">
<button type="button" value="GitHub">
<a rel="" href="https://github.com/mostler" target="_self">
<img class="third-party" type="image/svg+xml" src="./assets/img/GitHub.svg" alt="GitHub"/>
</a>
</button>
<button type="button" value="Telegram">
<a rel="" href="https:/t.me/MostlerLang" target="_self">
<img class="third-party" type="image/svg+xml" src="./assets/img/Telegram.svg" alt="Telegram"/>
</a>
</button>
</aside>
<footer id="information" class="about">
<span>© <time>2022</time> Mostler, Org.</span>
</footer>
</body>
</html>