summaryrefslogtreecommitdiff
path: root/template/header.html
diff options
context:
space:
mode:
authorGravatar Matthew Wozniak <me@woz.blue> 2024-06-25 14:49:22 -0400
committerGravatar Matthew Wozniak <me@woz.blue> 2024-06-25 15:00:36 -0400
commit5071827d71f4d54923d5adfdef2a45d8bf44a0ba (patch)
treea19619cd76d468e31884c8533ec2ad75de3a3ca5 /template/header.html
downloadsite-5071827d71f4d54923d5adfdef2a45d8bf44a0ba.tar.gz
site-5071827d71f4d54923d5adfdef2a45d8bf44a0ba.zip
initial commit
Diffstat (limited to 'template/header.html')
-rw-r--r--template/header.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/template/header.html b/template/header.html
new file mode 100644
index 0000000..62c80bb
--- /dev/null
+++ b/template/header.html
@@ -0,0 +1,7 @@
+<nav class="navbar">
+ <ul class="navbar">
+ <li class="navbar"><a href="https://woz.blue">home</a></li>
+ <li class="navbar"><a href="https://git.woz.blue">git</a></li>
+ <li class="navbar"><a href="https://qdb.woz.blue">qdb</a></li>
+ </ul>
+</nav>