From f355a57ecc5973a0662f0ffd8d1e79cfbe78cd3c Mon Sep 17 00:00:00 2001
From: Niclas Dobbertin <niclas.dobbertin@mailbox.org>
Date: Sat, 29 Jun 2024 15:11:06 +0200
Subject: add git, split href list

---
 index.html | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

(limited to 'index.html')

diff --git a/index.html b/index.html
index a434b1a..64b7e08 100644
--- a/index.html
+++ b/index.html
@@ -13,13 +13,15 @@
 	<body>
 		<h1>A new website is born!</h1>
 		<p>... nothing to see here PepeHands ...</p>
-		<a href="sub/">a subpage :)</a>
+		<ul>
+			<li><a href="sub/">a subpage :)</a></li>
+			<li><a href="https://git.nicdob.com">Git</a></li>
+			<li><a href="split/">Split</a></li>
+		</ul>
 		<div id="box-one">
 			<p>This is box one</p>
 		</div>
 
-		<h2>Hi Ayumi! :D</h2>
-
 	</body>
 	</div>
 </html>
-- 
cgit v1.2.3