Reworked to use Pure.css and Catppuccin

This commit is contained in:
2026-04-09 14:21:01 -04:00
parent 09487d9a1f
commit 0fbcb20a48
22 changed files with 922 additions and 2519 deletions

11
htdocs/common/footer.html Normal file
View File

@@ -0,0 +1,11 @@
<footer>
<div class="footer l-box is-center">
<div class="pure-g">
<div class="pure-u-1-2">
© Eric O'Neill Meehan 2026
</div>
<div class="pure-u-1-2">
Made with <a href="https://pure-css.github.io/">Pure.css</a> and <a href="https://catppuccin.com/">Catppuccin</a>.
</div>
</div>
</footer>