Reworked to use Pure.css and Catppuccin
This commit is contained in:
11
htdocs/common/footer.html
Normal file
11
htdocs/common/footer.html
Normal 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>
|
||||
Reference in New Issue
Block a user