summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>