summaryrefslogtreecommitdiff
path: root/static/nav.html
diff options
context:
space:
mode:
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>