From d64cdebc0ed7de7dfcbb6ca6a3bb682f296e494e Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Thu, 3 Feb 2022 17:33:21 +1100 Subject: [PATCH] Update 404.html --- 404.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/404.html b/404.html index 4ec19b0..bc0abcf 100644 --- a/404.html +++ b/404.html @@ -27,8 +27,8 @@
this_page.not_found = true; -if (you_spelt_it_wrong){
autocorrect.enable();
}
-else if (we_screwed_up){
alert("R u lost mate?");
window.location = home;
}
+if (you_spelt_it_wrong){
autocorrect.enable();
}
+else if (we_screwed_up){
alert("Strewth mate, you're lost! Fair dinkum, why are you here?");
window.location = home;
}
@@ -37,7 +37,7 @@