website/templates/nav.html
2019-06-14 13:58:21 +02:00

7 lines
187 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%/about.html">About</a>
</div>