-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·46 lines (39 loc) · 1.34 KB
/
index.html
File metadata and controls
executable file
·46 lines (39 loc) · 1.34 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
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<title>Susa Open Source Project</title>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Kamary" />
<link rel="stylesheet" href="css/normalize.css" type="text/css" />
<link rel="shortcut icon" href="img/favicon.ico">
<link rel="stylesheet" href="css/style.css" type="text/css" />
</head>
<body>
<header>
<img src="img/navbar-logo.png" id="logo" />
<button>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<nav>
<ul>
<li><a id="main" href="#main">Home</a></li>
<li><a id="download" href="#download">Download</a></li>
<li><a id="examples" href="#examples">Examples</a></li>
<li><a id="news" href="#news"">News</a></li>
<li><a href="https://github.com/libsusa/susa" target="_blank"><img src="img/github.png" id="github" />GitHub</a>
</li>
</ul>
</nav>
</header>
<article id="article"></article>
<footer>
<span>© 2008 — 2026 Susa Open Source Project</span>
</footer>
<script src="js/jquery-3.7.1.min.js" type="text/javascript"></script>
<script src="js/app.js" type="text/javascript"></script>
</body>
</html>