gh-pages
iwilltry42 3 years ago
parent ef6a31803e
commit 170ca89212
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/" />
<meta http-equiv="refresh" content="1; url=/stable/404.html" />
</noscript>
<script>
window.location.replace("stable/" + window.location.hash);
window.location.replace("/stable/404.html" + window.location.hash);
</script>
</head>
<body>
Redirecting to <a href="stable/">stable/</a>...
Redirecting to <a href="/stable/404.html">/stable/404.html</a>...
</body>
</html>

Loading…
Cancel
Save