open offsite link in new tab

This commit is contained in:
2026-01-08 16:30:21 -08:00
parent 9839a4ef9d
commit c2b1328127

View File

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