We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6a804 commit 71dde5eCopy full SHA for 71dde5e
404.html
@@ -1,12 +1,12 @@
1
-<!DOCTYPE html>
+<!doctype html>
2
<html>
3
-<head>
4
- <meta http-equiv="refresh" content="0; url=index.html">
5
- <script type="text/javascript">
6
- window.location.href = "index.html";
7
- </script>
8
-</head>
9
-<body>
10
- <p>If you are not redirected, <a href="index.html">click here</a>.</p>
11
-</body>
12
-</html>
+ <head>
+ <meta http-equiv="refresh" content="0; url=index.html" />
+ <script type="text/javascript">
+ window.location.href = "/index.html";
+ </script>
+ </head>
+ <body>
+ <p>If you are not redirected, <a href="/index.html">click here</a>.</p>
+ </body>
+</html>
0 commit comments