summaryrefslogtreecommitdiffstats
path: root/src/templates/_nav.zmpl
diff options
context:
space:
mode:
authorsadbeast <sadbeast@sadbeast.com>2024-07-16 18:16:29 -0700
committersadbeast <sadbeast@sadbeast.com>2024-10-05 16:40:55 -0700
commit6bd24af2ffbea91db1b10a5d5258980ce2068c7f (patch)
tree66634833f2d45260be5fcaf9111400eda12f03cc /src/templates/_nav.zmpl
downloadteamdraft-main.tar.gz
teamdraft-main.tar.bz2
let's goHEADmain
Diffstat (limited to 'src/templates/_nav.zmpl')
-rw-r--r--src/templates/_nav.zmpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/templates/_nav.zmpl b/src/templates/_nav.zmpl
new file mode 100644
index 0000000..37ea090
--- /dev/null
+++ b/src/templates/_nav.zmpl
@@ -0,0 +1,8 @@
+<nav>
+<ul>
+ <li><a href="/" class="logo">team<span>draft</span></a></li>
+</ul>
+<ul>
+ <li><a href="/about">about</a></li>
+</ul>
+</nav>