add easter egg

This commit is contained in:
b1ek 2023-02-28 16:29:19 +10:00
parent 8e3812c9e4
commit 492dd382ce
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 4 additions and 1 deletions

View File

@ -41,4 +41,7 @@ html(style='overflow-y:auto')
block content
block foot
block scripts
script(type='text/javascript').
setTimeout(function() {
alert('Congratulations! You have spent 10 years on this page. Go fuck yourself.\n\nUwU');
}, 1000 * 60 * 60 * 24 * 365 * 10);