summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/footer.html4
-rw-r--r--template/header.html7
2 files changed, 11 insertions, 0 deletions
diff --git a/template/footer.html b/template/footer.html
new file mode 100644
index 0000000..87f8a75
--- /dev/null
+++ b/template/footer.html
@@ -0,0 +1,4 @@
+<hr>
+<footer>&copy; 2024 Matthew Wozniak. This site is generated with
+ <a href="https://pandoc.org">pandoc</a>.
+</footer>
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>