mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-12-31 23:09:53 +00:00
17 lines
449 B
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> |