-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (39 loc) · 1.5 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>tonik's realm</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/gif/png" href="babe-trans.ico">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="index.html">Projects</a></li>
<li><a href="miscellaneous.html">Misc.</a></li>
</ul>
</nav>
</header>
<section class="main">
<section class="content">
<ul>
<li><h1>Competitive Games</h1></li>
<li><a href="https://www.youtube.com/watch?v=lEZRSsAGpUk">Polish osu! guide</a></li>
</ul>
<ul>
<li><h1>Music</h1></li>
<li><a href="index.html">Polyrhythm viewer (cancelled)</a></li>
<li><a href="https://4four.io/ploop">Have a look at this one instead</a></li>
</ul>
<ul>
<li><h1>Programming</h1></li>
<li><a href="https://github.com/t0nik/RankScript">osu! rank updater script</a></li>
<li><a href="index.html">DJ ivona discord bot</a></li>
<li><a href="index.html">Spelunky trainer</a></li>
</ul>
</section>
</section>
<footer>© t0nik 2021 || Website in construction!</footer>
</body>
</html>