aboutsummaryrefslogtreecommitdiff
path: root/footer.html
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-01-19 09:02:37 -0500
committerBradley Taunt <bt@btxx.org>2024-01-19 09:02:37 -0500
commit886271bb3b9a07295ecf7c6c8878fb52bdeff9b4 (patch)
tree0a970c59d236acc018248edd5ff3eb37442c0602 /footer.html
Initial commit for cgit platform
Diffstat (limited to 'footer.html')
-rw-r--r--footer.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/footer.html b/footer.html
new file mode 100644
index 0000000..cec016d
--- /dev/null
+++ b/footer.html
@@ -0,0 +1,14 @@
+<footer role="contentinfo">
+ <hr>
+ <h3 id="menu">Menu Navigation</h3>
+ <ul>
+ <li><a href="/">Home</a></li>
+ <li><a href="/about">About</a></li>
+ <li><a href="/websites">Websites</a></li>
+ <li><a href="https://git.sr.ht/~bt/barf">Source Code</a></li>
+ </ul>
+ <small>
+ Built with <a href="https://git.sr.ht/~bt/barf">barf</a>. <br>
+ The <a href="https://git.sr.ht/~bt/barf">code for this site</a> is <a href="https://git.sr.ht/~bt/barf/tree/master/item/LICENSE">MIT</a>.
+ </small>
+</footer> \ No newline at end of file