From 25a8b94004bcb8bb774818c7958bedd1017b831a Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Sun, 11 Aug 2024 17:32:29 -0500 Subject: [PATCH] easter egg :3 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 39cc250..cb539bb 100644 --- a/index.html +++ b/index.html @@ -79,7 +79,7 @@ //alert(value); let inputText = document.getElementById("inputText").value; if (inputText.includes("🏳️‍⚧️")) { - inputText = "🏳⚧️ Trans rights are human rights! 🏳️‍⚧️"; + inputText = "🏳️‍⚧️ Trans rights are human rights! 🏳️‍⚧️"; document.body.style.backgroundImage = "url(https://files.calebfontenot.com/blahaj-bl%C3%A5haj.gif)"; console.log(document.getElementById("info").innerHTML); document.getElementById("info").innerHTML = document.getElementById("info").innerHTML.replaceAll("Caleb", "Chloe");