Intial Commit

This commit is contained in:
Charlie Root
2025-02-21 15:27:22 -07:00
commit 080ec7c431
7 changed files with 72 additions and 0 deletions

11
_werc/lib/footer.inc Normal file
View File

@@ -0,0 +1,11 @@
<footer>
<div><a href="http://werc.cat-v.org/">Powered by werc</a>
</footer>
<style>
footer {
width: 100%;
position: fixed;
bottom: 0;
}
</style>