This commit is contained in:
Matteias Collet 2021-04-01 00:01:21 +02:00
parent 938ea38a4e
commit 687cdcb534

View file

@ -1,7 +1,7 @@
window.addEventListener('DOMContentLoaded', () => {
const now = new Date();
if (now.getMonth() === 2 && now.getDate() === 31) {
if (now.getMonth() === 3 && now.getDate() === 1) {
document.body.classList.add('fool');
}
});