From 47d4c16967863464c3e45fa56015fcd005ae3019 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 31 Oct 2019 16:14:47 +0100 Subject: [PATCH] sul sul --- 404.html | 3 ++- scripts/greet.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/404.html b/404.html index 0031644..6eff92b 100644 --- a/404.html +++ b/404.html @@ -69,7 +69,8 @@ 'The world is quiet here.', "Instructions unclear, got site stuck in debug mode", "Please fix", - "If we get this video to 400 likes, I'll put the site back up" + "If we get this video to 400 likes, I'll put the site back up", + "how could this happen to me" ]; let message = Math.floor(Math.random() * messages.length); diff --git a/scripts/greet.js b/scripts/greet.js index 9f47676..ea6fd3c 100644 --- a/scripts/greet.js +++ b/scripts/greet.js @@ -18,6 +18,7 @@ const greetings = [ "Good evening!", "Yo yo yo yo", "Yo yo yo yo yo", - "Henlo" + "Henlo", + "Sul Sul" ]; $('#intro-text').html(greetings[Math.floor(Math.random() * greetings.length)]); \ No newline at end of file