summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaerri <62021987+jaerri@users.noreply.github.com>2026-02-06 20:00:44 -0600
committerjaerri <62021987+jaerri@users.noreply.github.com>2026-02-06 20:00:44 -0600
commit06c4df1a89f6bbd1f21952dd46973a9d2acdd92b (patch)
tree8db87f389b3d9775bfc103a4e2e4147984a8924b
parent389ab09035b8de218b0633dec6ec9468db082830 (diff)
im working on this frfrHEADmain
-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