summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/index.html b/index.html
index 5eb59a5..6f4f027 100644
--- a/index.html
+++ b/index.html
@@ -1,15 +1,16 @@
<!DOCTYPE html>
<head>
<title>jaerri!</title>
-
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
- <h2>under construction</h2>
- <a href="https://git.jaerri.top/">git testing!</a>
- <form action="hello.php" method="get">
- <input type="text" name="hello">
- <input type="submit" value="hello world">
- </form>
+ <h2>jaerri.top</h2>
+ <nav>
+ <a href="/">Home</a>
+ <a href="/posts">Posts (soon!)</a>
+ <a href="https://git.jaerri.top/">Git (testing!)</a>
+ </nav>
+ <p>under construction!</p>
+ <a href="hello.php">hello world</a>
</body> \ No newline at end of file