-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (32 loc) · 766 Bytes
/
index.html
File metadata and controls
33 lines (32 loc) · 766 Bytes
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
<!doctype html>
<html>
<head>
<title>Kinza's Binding</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
@import 'reset.css' layer(reset);
@import 'common.css' layer(common);
</style>
</head>
<body>
<nav class="navbar-1">
<ol>
<li>
<p><a href="./article-1/index.html">Article 1</a></p>
</li>
<li>
<p><a href="./article-2/index.html">Article 2</a></p>
</li>
<li>
<p><a href="./article-3/index.html">Article 3</a></p>
</li>
<li>
<p><a href="./direction-1/">dir 1</a></p>
<p><a href="./direction-2/">dir 2</a></p>
<p><a href="./direction-3/">dir 3</a></p>
</li>
</ol>
</nav>
<!-- <footer>Kinza's Binding / Options</footer> -->
</body>
</html>