Skip to content

Commit 71dde5e

Browse files
committed
Fix 404.html
1 parent eb6a804 commit 71dde5e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

404.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<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>
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>

0 commit comments

Comments
 (0)