summaryrefslogtreecommitdiff
path: root/static/nav.html
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/nav.html
parentca9f6b1020d85fdfa58822c6d3567b0f70c9600b (diff)
Header and footer for every page
Diffstat (limited to 'static/nav.html')
-rw-r--r--static/nav.html8
1 files changed, 8 insertions, 0 deletions
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>