1
0

More random changes and additions

This commit is contained in:
2025-06-04 01:54:59 -05:00
parent 8895ad2d5d
commit 60b1112d48
23 changed files with 213 additions and 8 deletions

View File

@ -14,11 +14,13 @@ var num = Math.floor(Math.random() * (imageArray.length));
const month = new Date().getMonth();
if (month == 5) { // June - LGBTQ+ Pride
console.log("Month is June - LGBTQ+ Pride!")
console.log("Month is June - LGBTQ+ Pride!");
document.xeno.width = "550";
document.xeno.src = xenoPrideImg;
document.xeno.title = "Have proud pansexual hors. - Art by Vivian Reed VA";
} else if (month == 12) { // December
console.log("Month is December - Crimmis")
console.log("Month is December - Crimmis");
document.xeno.width = "550";
document.xeno.src = xenoXmasImg;
document.xeno.title = "Have festive hors. - Art by LimeDazzle";
} else {