beginning of template spam

This commit is contained in:
shockrahwow 2018-12-16 23:10:02 -08:00
parent 230add8fda
commit 0bacc3840e

9
templates/navbar.html Normal file
View File

@ -0,0 +1,9 @@
<div class="topnav" id="myTopnav">
<a href="#home" class="active">Home</a>
<a href="https://gitlab.com/shockrahwow">Site Source</a>
<a href="./page/links.html">Contact</a>
<a href="./page/about.html">About</a>
<i class="fa fa-bars"></i>
</a>
</div>