contact section

This commit is contained in:
2025-08-03 16:05:18 -07:00
parent 1690d0186a
commit 817381c698
2 changed files with 2 additions and 2 deletions

View File

@@ -4,6 +4,6 @@ $("contact-info-container").addEventListener("click", () => {
fetch("contact-info.obfuscated")
.then((response) => response.text())
.then((text) => {
console.log(text ^ 69420);
id("contact-info-container").innerHTML = atob(text);
});
});