based.cooking/templates/footer.html

11 lines
296 B
HTML
Raw Normal View History

2021-03-14 23:49:18 +00:00
<footer>
<hr/>
<a href=".">homepage</a>
<a href="./rss.xml">RSS</a>
<a href="./atom.xml">atom</a>
2021-03-14 03:24:08 +00:00
<br>
2021-03-14 23:49:18 +00:00
<p>All site content is in the Public Domain.</p>
<p><small>Powered by <a href="https://pedantic.software/git/blogit">blogit</a></small></p>
</footer>
</body></html>