summaryrefslogtreecommitdiff
path: root/templates/nav.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/nav.html')
-rw-r--r--templates/nav.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/nav.html b/templates/nav.html
new file mode 100644
index 0000000..c21e9cb
--- /dev/null
+++ b/templates/nav.html
@@ -0,0 +1,13 @@
+<nav title="site menu">
+ <ul>
+ <li>
+ <a href='/resources'>resources</a>
+ </li>
+ <li>
+ <a href='/about'>about</a>
+ </li>
+ <li>
+ <a href='/blog'>blog</a>
+ </li>
+ </ul>
+</nav>