website/templates/nav.html

9 lines
247 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>
2019-06-19 13:58:22 +02:00
<a href="%webRoot%/articles/index.html">Articles</a>
2019-06-14 13:53:29 +02:00
<a href="%webRoot%/about.html">About</a>
2019-06-09 16:02:38 +02:00
</div>
2021-08-31 13:59:09 +02:00
<hr>