Adding about page

This commit is contained in:
Dan 2025-12-09 11:54:24 +00:00
parent 1e6f9a845e
commit 6f4e21572a
16 changed files with 479 additions and 225 deletions

View file

@ -1,10 +1,10 @@
footer[role="contentinfo"] {
position: absolute;
position: fixed;
bottom: 0;
right: 0;
z-index: 10000;
background: #000; // or whatever color you want
color: #0f0; // match your terminal green theme
background: #000;
color: #0f0;
padding: 5px;
text-align: center;
font-family: monospace;