diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/nav.html | 4 |
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> |