summaryrefslogtreecommitdiff
path: root/static/nav.html
diff options
context:
space:
mode:
authorAmbrose <me@librelife.org>2026-03-19 01:16:47 -0400
committerAmbrose <me@librelife.org>2026-03-19 01:16:47 -0400
commitafcfe8940c35355fe1e6d01d7f9a569bf050850a (patch)
tree9277991bdc7971a9a8156631d12511144a02fbb6 /static/nav.html
parent8d11f43d9864f3b7f2e9ba40abca33ded9ef4a94 (diff)
Cleaned up some basic info & code on main page(s)
Diffstat (limited to 'static/nav.html')
-rw-r--r--static/nav.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/nav.html b/static/nav.html
index 17978d0..7979188 100644
--- a/static/nav.html
+++ b/static/nav.html
@@ -1,7 +1,7 @@
<nav>
<div class="navbar">
- <button type="button"><a href="/" class="here">Home</a></button>
- <button type="button"><a href="/contact.html" >Contact</a></button>
+ <a href="/" class="here"><button>Home</button></a>
+ <a href="/contact.html" ><button>Contact</button></a>
</div>
</nav>
<hr>