diff options
| author | jaerri <62021987+jaerri@users.noreply.github.com> | 2026-02-06 20:00:44 -0600 |
|---|---|---|
| committer | jaerri <62021987+jaerri@users.noreply.github.com> | 2026-02-06 20:00:44 -0600 |
| commit | 06c4df1a89f6bbd1f21952dd46973a9d2acdd92b (patch) | |
| tree | 8db87f389b3d9775bfc103a4e2e4147984a8924b | |
| parent | 389ab09035b8de218b0633dec6ec9468db082830 (diff) | |
| -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 |
