Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 399 Bytes

404.md

File metadata and controls

24 lines (17 loc) · 399 Bytes
permalink layout
/404.html
default

No dice

<script>

var x = document.referrer; if ( x != '') { document.write ('' + x + '
'); } else { document.write ('That '); }

document.write ('does not appear to be an existing page on my site. Sorry!

');

document.write ('Go back to where you came from.

');

</script>