don't use absolute paths unless necessary

This commit is contained in:
wi11-holdsworth 2025-05-28 01:21:48 +10:00
parent af5883e951
commit ca7b775ef3
3 changed files with 9 additions and 9 deletions

View file

@ -13,13 +13,13 @@
<h1>Will Holdsworth</h1>
<hr>
<nav>
<a href="/index.html">Home</a>
<a href="index.html">Home</a>
|
<a href="/projects/index.html">Projects</a>
<a href="projects/index.html">Projects</a>
|
<a href="/blog/index.html">Blog</a>
<a href="blog/index.html">Blog</a>
|
<a href="/about.html">About</a>
<a href="about.html">About</a>
| Contact
</nav>
<hr>