summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAmbrose <me@librelife.org>2026-03-01 17:23:26 -0500
committerAmbrose <me@librelife.org>2026-03-01 17:23:26 -0500
commite77f8d9c16e5a2d1cd0b0d9d23203431e6fc913e (patch)
treefdd1e0b685aa4f4f95e246eab52e5e702de36247 /static
parentca9f6b1020d85fdfa58822c6d3567b0f70c9600b (diff)
Header and footer for every page
Diffstat (limited to 'static')
-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>