change href

This commit is contained in:
Gecko :3 2025-08-21 16:04:42 +02:00
parent d2c34fe273
commit 62ff645c4c
4 changed files with 16 additions and 16 deletions

View file

@ -12,10 +12,10 @@
<h1>hi, i'm Gecko :3</h1>
<h2>electronics student, interested in hardware hacking</h2>
<nav>
<a href="index.html">home</a> |
<a href="links/index.html">links</a> |
<a href="uses/index.html">uses</a> |
<a href="contact/index.html">contact</a>
<a href="/">home</a> |
<a href="/links/">links</a> |
<a href="/uses/">uses</a> |
<a href="/contact/">contact</a>
</nav>
<hr class="rule" />
</header>