easter egg :3

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2024-08-11 18:24:15 -05:00
parent 516d1253bd
commit d6ff8b6f98

View File

@ -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)";
// change name :3
let siteData = document.getElementsByClassName("info");