gh-pages
iwilltry42 3 years ago
parent 4611304c4c
commit 623d4c9f5f
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110
  1. 6
      404.html

@ -4,13 +4,13 @@
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=stable/404.html" />
<meta http-equiv="refresh" content="1; url=stable/" />
</noscript>
<script>
window.location.replace("stable/404.html" + window.location.hash);
window.location.replace("stable/" + window.location.hash);
</script>
</head>
<body>
Redirecting to <a href="stable/404.html">stable/404.html</a>...
Redirecting to <a href="stable/">stable/</a>...
</body>
</html>

Loading…
Cancel
Save