forked from KonoTyran/KonoTyran.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 708 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 708 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Kono's Doodles</title>
<link rel="stylesheet" href="styles/core.css">
<link rel="stylesheet" href="styles/index.css">
</head>
<body>
<nav class="navbar-container">
<ul class="list">
<li><a href="/tunic/index.html">Translator</a></li>
<li><a href="/tunic/tower.html">Tower</a></li>
<li><a href="/tunic/trunic.html">Trunic</a></li>
<li><a href="/tunic/tuneic.html">Tuneic</a></li>
</ul>
</nav>
<h1>Tunic Translator has moved!</h1>
<div class="links">
<h2><a href="/tunic/index.html">Translator</a></h2>
<h2><a href="/tunic/tower.html">Glyph Tower (WIP)</a></h2>
</div>
</body>
</html>