Not one conflict, today was a good day.

This commit is contained in:
Frank Schwenk
2026-06-09 21:36:45 +02:00
parent 019428ad5c
commit 5b7706bd6b
7 changed files with 42 additions and 2 deletions
+1
View File
@@ -33,6 +33,7 @@ export function showEasterEgg(title, text) {
overlay.hidden = false;
overlay.querySelector("#easterClose").addEventListener("click", () => {
overlay.hidden = true;
overlay.innerHTML = "";
});
}