Add Tup generator

This commit is contained in:
Fabien Freling 2019-06-09 16:02:38 +02:00
parent 64e71a6023
commit 1135a85073
17 changed files with 154 additions and 7 deletions

6
templates/nav.html Normal file
View file

@ -0,0 +1,6 @@
<div id="banner"></div>
<div id="navigation">
<a href="index.html">Home</a>
<a href="projects.html">Projects</a>
<a href="about.html">About</a>
</div>