move html into assets

This commit is contained in:
2025-12-03 10:08:21 -06:00
parent 478d84b0be
commit 6a2b7d7743
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
<div id="bottomnav">
<link rel="stylesheet" href="assets/css/bottomnav.css">
<ul>
<li><a href="/">[/]</a></li>
<li><a href="/projects.html">[/projects]</a></li>
<li><a href="/links.html">[/links]</a></li>
</ul>
<span>PWD: [%PATH%]</span>
</div>