aboutsummaryrefslogtreecommitdiff
path: root/footer.html
blob: 94ccd841698ca9fd1e0f39cb7889c1c19f6d7b22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<hr/>
<footer role="contentinfo">
    <h2>Menu Navigation</h2>
    <ul id="menu">
        <li><a href="/">Home</a></li>
        <li><a href="https://tv.adast.dk/c/arena/videos">Videos</a></li>
        <li><a href="/index.rss">RSS</a></li>
        <li><a href="#top">↑ Top of the page</a></li>
    </ul>
    <small>
        Built with <a href="https://wruby.btxx.org">wruby</a>. <br>
        Hosted on <a href="https://sourcehut.org">sourcehut</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>