blob: 7575af9c8df5389a72650ff58f6c1294b79357d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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">↑ 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>
|