add easter egg
This commit is contained in:
parent
8e3812c9e4
commit
492dd382ce
|
@ -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);
|
Loading…
Reference in New Issue