ready
All checks were successful
/ job (push) Successful in 1m17s

This commit is contained in:
Marc Beninca 2025-04-28 23:44:24 +02:00
parent ef6b5a8ba3
commit d87cceda7f
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -26,11 +26,10 @@ for (let kg of [qa1, qa4, qa2, qa4, qa3]) {
qa.append(kg); qa.append(kg);
} }
qa.addEventListener("click", () => { qa.addEventListener("click", () => {
//window.location.href = [ window.location.href = [
alert([
atob("bWFpbHRv"), atob("bWFpbHRv"),
[qa1, qa3].join(atob("QA==")), [qa1, qa3].join(atob("QA==")),
].join(atob("Og==")) ); ].join(atob("Og=="));
}); });
let theme; let theme;