website/templates/nav.html

8 lines
242 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>