aboutsummaryrefslogtreecommitdiff
path: root/footer.html
blob: 4f675186af8d7397f56f799383b81c38b2534e56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<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.btxx.org/barf">Source Code</a></li>
    </ul>
    <small>
        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/~bt/barf">code for this site</a> is MIT.
    </small>
</footer>