website/templates/nav.html

7 lines
187 B
HTML
Raw Normal View History

2019-06-09 16:02:38 +02:00
<div id="banner"></div>
<div id="navigation">
2019-06-14 13:53:29 +02:00
<a href="%webRoot%/index.html">Home</a>
<a href="%webRoot%/projects.html">Projects</a>
<a href="%webRoot%/about.html">About</a>
2019-06-09 16:02:38 +02:00
</div>