summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/footer.html4
-rw-r--r--static/nav.html8
2 files changed, 12 insertions, 0 deletions
diff --git a/static/footer.html b/static/footer.html
new file mode 100644
index 0000000..9122080
--- /dev/null
+++ b/static/footer.html
@@ -0,0 +1,4 @@
+<hr>
+<footer>
+ (C) 2026 - <a href="mailto:me@librelife.org">Ambrose &lt;librelife.org&gt;</a>
+</footer>
diff --git a/static/nav.html b/static/nav.html
new file mode 100644
index 0000000..2406490
--- /dev/null
+++ b/static/nav.html
@@ -0,0 +1,8 @@
+<hr>
+<nav>
+ <div>
+ <a href="/" class="here">Home</a>
+ <a href="/about.html" >About</a>
+ </div>
+</nav>
+<hr>