Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
starg3n authored Sep 25, 2024
1 parent 2e1b327 commit f13ca44
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!doctype html>
<html>
<style>
body {background-color: Black;}
h1 {color: white; text-align: center;}
p {color: white; text-align: center;}
b {color: white; text-align: center;}
h3 {color: white; text-align: center;}
h2 {color: white; text-align: center;}
b {color: white; text-align: center;}
i {color: white; text-align: center;}
a {color: grey; text-align: center;}
</style>
<head>
<title>kn0tt3d</title>
<link rel="icon" type="image/x-icon" href="/data/favicon.ico">
</head>
<body>
<div style="text-align:center">
<h1>kn0tt3d index page</h1>
<p><b>current pages: </b></p>
<p><a href="saves.html"></a></p>
<p><a href="sm64/index.html">SM64 WEB</a></p>
<p><a href="flash/index.html">flash/index.html</a></p>
<p><a href="chatroom.html">chatroom.html/</a></p>
<p><a href="https://github.com/SandwichBlamwich/SandwichBlamwich.github.io/tree/main/breakcore-samples">breakcore-samples/</a></p>
<a href="cool-stuff/stuff.html">cool-stuff/stuff.html/</a>
<p><a href="toki-pona/dictionary/dictionary.html">toki-pona/dictionary/dictionary.html/</a></p>
<p><a href="https://appakling.github.io/tracker/">appakling/tracker <-- web only unless downloaded from source</a></p>
<p><a href=""></a></p>
</div>
</body>
</html>

0 comments on commit f13ca44

Please sign in to comment.