13 lines
660 B
HTML
13 lines
660 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script>
|
|
// ====================================================================================================================
|
|
// This text is simply to make sure the 404.html file is bigger than 512 bytes, else, internet explorer will ignore it.
|
|
// Thank you internet explorer for requiring such awesome workarounds in order to work properly
|
|
// ====================================================================================================================
|
|
sessionStorage.redirect = location.pathname;
|
|
</script>
|
|
<meta http-equiv="refresh" content="0;URL='/'">
|
|
</head>
|
|
</html>
|