feat: links and posts now live on the same page, no need for a navbar

This commit is contained in:
wi11-holdsworth 2025-11-11 17:28:17 +11:00
parent c35e388f03
commit 5502454025
6 changed files with 29 additions and 155 deletions

View file

@ -11,23 +11,12 @@
<body>
<header>
<h1>Will Holdsworth</h1>
<hr />
<nav>
<a href="../../../index.html">Home</a>
|
<a href="../../../projects/index.html">Projects</a>
| Blog |
<a href="../../../pages/links.html">Links</a>
</nav>
<hr />
</header>
<main>
<a href="../../index.html">&laquo; Return to posts</a>
<a href="../../../index.html">&laquo; Return to posts</a>
<h1>Title</h1>
<a href="#top">^ Back to top</a>
</main>
<footer>
<hr />
Copyright (C) 2025 Will Holdsworth under MPLv2