aboutsummaryrefslogtreecommitdiff
path: root/footer.html
diff options
context:
space:
mode:
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>