Update 404.html

This commit is contained in:
Nathan Woodburn
2022-02-03 13:48:20 +11:00
parent d024007655
commit ecf9f3c31c

View File

@@ -27,8 +27,8 @@
<div style="text-align: center;">
<div style="display: inline-block; text-align: left;">
<code><span>this_page</span>.<em>not_found</em> = true;</code>
<code><span>if</span> (<b>you_spelt_it_wrong</b>){<br><span>try_again()</span>;<br>}</code>
<code><span>else if</span> (<b>we_screwed_up</b>){<br><em>alert</em>(<i>"We're really sorry about that."</i>);<br><span>window</span>.<em>location</em> = home;<br>}</code>
<code><span>if</span> (<b>you_spelt_it_wrong</b>){<br><span>autocorrect.enable()</span>;<br>}</code>
<code><span>else if</span> (<b>we_screwed_up</b>){<br><em>alert</em>(<i>"R u lost mate?"</i>);<br><span>window</span>.<em>location</em> = home;<br>}</code>
</div>
</div>
@@ -37,7 +37,7 @@
<script type="text/javascript">
function callback(){
return function(){
alert("We're really sorry about that.");
alert("R u lost mate?");
window.location = '/';
}
}