add to footer and move footer css to proper place

This commit is contained in:
2026-01-08 16:20:24 -08:00
parent 702b248663
commit 6f0ca3c92c
3 changed files with 24 additions and 21 deletions

View File

@ -130,5 +130,8 @@ window.addEventListener("click", (event) => {
/* footer */
let footerHTML = "<p>brought to you in 2026</p>";
let footerHTML = `
<p>brought to you in 2026 by
<a href="https://leecat.art">lee</a>
</p>`;
document.getElementById("footer").innerHTML = footerHTML;