summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorNiclas Dobbertin <niclas.dobbertin@mailbox.org>2024-06-29 15:11:06 +0200
committerNiclas Dobbertin <niclas.dobbertin@mailbox.org>2024-06-29 15:11:06 +0200
commitf355a57ecc5973a0662f0ffd8d1e79cfbe78cd3c (patch)
treef6026160b17044603d99128610690b7186cdc6ea /index.html
parentf49fda82a1e3b0a709d86dfd2bb397a4c287dcc5 (diff)
add git, split href listHEADmaster
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 5 insertions, 3 deletions
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>