Files
based.cooking/templates/footer.html

17 lines
449 B
HTML

<footer>
<hr />
<a href=".">homepage</a>
<a href="./rss.xml">RSS</a>
<a href="./atom.xml">atom</a>
<br>
<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>
<script>
if ('serviceWorker' in navigator) { // If service worker is supported
navigator.serviceWorker.register("./sw.js")
}
</script>
</html>