diff options
| author | Ambrose <me@librelife.org> | 2026-03-01 17:23:26 -0500 |
|---|---|---|
| committer | Ambrose <me@librelife.org> | 2026-03-01 17:23:26 -0500 |
| commit | e77f8d9c16e5a2d1cd0b0d9d23203431e6fc913e (patch) | |
| tree | fdd1e0b685aa4f4f95e246eab52e5e702de36247 | |
| parent | ca9f6b1020d85fdfa58822c6d3567b0f70c9600b (diff) | |
Header and footer for every page
| -rw-r--r-- | static/footer.html | 4 | ||||
| -rw-r--r-- | static/nav.html | 8 |
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 <librelife.org></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> |