Add Tup generator
This commit is contained in:
parent
64e71a6023
commit
1135a85073
17 changed files with 154 additions and 7 deletions
6
templates/nav.html
Normal file
6
templates/nav.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue