aboutsummaryrefslogtreecommitdiff
path: root/footer.html
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.dk>2024-08-13 08:31:02 +0200
committerAdam Stück <adam@adast.dk>2024-08-13 08:31:02 +0200
commit915413b54a12f13f099422b06d30aed78b089d98 (patch)
tree4571a5732b1d4c9371eeb3a3c96d95c7b7e0deb9 /footer.html
parent827ede036eb80b6c279bc034f56607fa77435693 (diff)
Update barf and styling
Diffstat (limited to 'footer.html')
-rw-r--r--footer.html12
1 files changed, 5 insertions, 7 deletions
diff --git a/footer.html b/footer.html
index 5e1c1d3..14eff0a 100644
--- a/footer.html
+++ b/footer.html
@@ -1,16 +1,14 @@
+<hr/>
<footer role="contentinfo">
- <hr>
- <h3 id="menu">Menu Navigation</h3>
+ <h2>Menu Navigation</h2>
<ul>
<li><a href="/">Home</a></li>
<li><a href="https://tv.adast.dk/c/arena/videos">Videos</a></li>
- <li><a href="/atom.xml">RSS</a></li>
- <li><a href="#top">&uarr; Top of the page</a></li>
+ <li><a href="#top">↑ Top of the page</a></li>
</ul>
<small>
- Built with <a href="https://git.btxx.org/barf">barf</a>. <br>
- Maintained with ♥ for the web. <br>
- The content for this site is <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a>.<br>
+ Feeds: <a href="/atom.xml">Atom</a> | <a href="/rss.xml">RSS</a> <br>
+ Built with <a href="https://barf.btxx.org">barf</a>. <br>
The <a href="https://git.sr.ht/~adamski/arena-web">code for this site</a> is <a href="https://git.sr.ht/~adamski/arena-web/tree/main/item/LICENSE">MIT</a>.
</small>
</footer>