summaryrefslogtreecommitdiff
path: root/static/nav.html
blob: 17978d0382ee1c9a615a586a71f3fc4c7592498c (plain)
1
2
3
4
5
6
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>
    </div>
</nav>
<hr>