website/templates/nav.html

9 lines
247 B
HTML

<div id="banner"></div>
<div id="navigation">
<a href="%webRoot%/index.html">Home</a>
<a href="%webRoot%/projects.html">Projects</a>
<a href="%webRoot%/articles/index.html">Articles</a>
<a href="%webRoot%/about.html">About</a>
</div>
<hr>