From e77f8d9c16e5a2d1cd0b0d9d23203431e6fc913e Mon Sep 17 00:00:00 2001 From: Ambrose Date: Sun, 1 Mar 2026 17:23:26 -0500 Subject: Header and footer for every page --- static/footer.html | 4 ++++ static/nav.html | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 static/footer.html create mode 100644 static/nav.html (limited to 'static') 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 @@ +
+ 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 @@ +
+ +
-- cgit v1.2.3