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 @@