Add footer

This commit is contained in:
Theo Browne 2025-02-14 22:26:53 -08:00
parent eea743e8d5
commit ac03327ecb
No known key found for this signature in database
GPG Key ID: BDDADD971F49875D
2 changed files with 24 additions and 0 deletions

View File

@ -117,3 +117,24 @@ textarea {
.copy-button.copied { .copy-button.copied {
background: #28a745; background: #28a745;
} }
/* Add footer styles */
.footer {
position: fixed;
bottom: 16px;
left: 0;
right: 0;
text-align: center;
font-size: 14px;
color: #666;
}
.footer a {
color: #666;
text-decoration: none;
font-weight: 500;
}
.footer a:hover {
color: #333;
}

View File

@ -22,6 +22,9 @@ function noSearchDefaultPageRender() {
</button> </button>
</div> </div>
</div> </div>
<footer class="footer">
created by <a href="https://x.com/theo" target="_blank">theo</a>
</footer>
</div> </div>
`; `;