summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAmbrose <me@librelife.org>2026-03-01 23:11:00 -0500
committerAmbrose <me@librelife.org>2026-03-01 23:11:00 -0500
commit379691ad10673f3435887c707594884c607c238c (patch)
tree4ae8037d86cea117a3bb1de1619766423d266124 /static
parente31ec997e0bc6eb9ae55c00a9823635b371f7c2c (diff)
Links are now buttons
Diffstat (limited to 'static')
-rw-r--r--static/nav.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/static/nav.html b/static/nav.html
index 2406490..17978d0 100644
--- a/static/nav.html
+++ b/static/nav.html
@@ -1,8 +1,7 @@
-<hr>
<nav>
- <div>
- <a href="/" class="here">Home</a>
- <a href="/about.html" >About</a>
+ <div class="navbar">
+ <button type="button"><a href="/" class="here">Home</a></button>
+ <button type="button"><a href="/contact.html" >Contact</a></button>
</div>
</nav>
<hr>