diff options
| author | Ambrose <me@librelife.org> | 2026-03-01 23:11:00 -0500 |
|---|---|---|
| committer | Ambrose <me@librelife.org> | 2026-03-01 23:11:00 -0500 |
| commit | 379691ad10673f3435887c707594884c607c238c (patch) | |
| tree | 4ae8037d86cea117a3bb1de1619766423d266124 | |
| parent | e31ec997e0bc6eb9ae55c00a9823635b371f7c2c (diff) | |
Links are now buttons
| -rw-r--r-- | static/nav.html | 7 |
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> |