diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -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 |
