From 492dd382ce78c2b09c6b67950aad605e1f694fc4 Mon Sep 17 00:00:00 2001 From: b1ek Date: Tue, 28 Feb 2023 16:29:19 +1000 Subject: [PATCH] add easter egg --- view/layout/main.pug | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/view/layout/main.pug b/view/layout/main.pug index 3b4f418..7b487f8 100644 --- a/view/layout/main.pug +++ b/view/layout/main.pug @@ -41,4 +41,7 @@ html(style='overflow-y:auto') block content block foot block scripts - \ No newline at end of file + 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); \ No newline at end of file