diff options
author | Matthew Wozniak <me@woz.blue> | 2024-06-25 14:49:22 -0400 |
---|---|---|
committer | Matthew Wozniak <me@woz.blue> | 2024-06-25 15:00:36 -0400 |
commit | 5071827d71f4d54923d5adfdef2a45d8bf44a0ba (patch) | |
tree | a19619cd76d468e31884c8533ec2ad75de3a3ca5 /template/header.html | |
download | site-5071827d71f4d54923d5adfdef2a45d8bf44a0ba.tar.gz site-5071827d71f4d54923d5adfdef2a45d8bf44a0ba.zip |
initial commit
Diffstat (limited to 'template/header.html')
-rw-r--r-- | template/header.html | 7 |
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>
|