aboutsummaryrefslogtreecommitdiff
path: root/footer.html
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-21 12:18:17 -0400
committerBradley Taunt <bt@btxx.org>2024-07-21 12:18:17 -0400
commitb5ab99baf2f2f1e2418640070fda397003ff3dd5 (patch)
tree2c0f6dae2a489faa1230cb51911410c7330914f5 /footer.html
parentca10d78e63a3caf8b79ac7b73ff483a7150c2683 (diff)
Update README, add directories, image, LICENSE, and build config
Diffstat (limited to 'footer.html')
-rw-r--r--footer.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/footer.html b/footer.html
new file mode 100644
index 0000000..7575af9
--- /dev/null
+++ b/footer.html
@@ -0,0 +1,19 @@
+</main>
+<hr/>
+<footer role="contentinfo">
+ <h2>Menu Navigation</h2>
+ <ul id="menu">
+ <li><a href="/">Home</a></li>
+ <li><a href="/about">About</a></li>
+ <li><a href="/index.atom">RSS</a></li>
+ <li><a href="#top">&uarr; Top of the page</a></li>
+ </ul>
+ <small>
+ Built with <a href="https://wruby.btxx.org">wruby</a>. <br>
+ Maintained with ♥ for the web. <br>
+ The content for this site is <a
+ href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.<br>
+ The <a href="https://git.sr.ht/~bt/wruby">code for this project</a>
+ is <a href="https://git.sr.ht/~bt/wruby/tree/master/item/LICENSE">MIT</a>.
+ </small>
+</footer>