Skip to content

Commit 00c4b19

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

404.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<!doctype html>
22
<html>
33
<head>
4-
<meta http-equiv="refresh" content="0; url=index.html" />
4+
<meta http-equiv="refresh" content="0; url=/" />
55
<script type="text/javascript">
6-
window.location.href = "/index.html";
6+
window.location.href = "/";
77
</script>
88
</head>
99
<body>
10-
<p>If you are not redirected, <a href="/index.html">click here</a>.</p>
10+
<p>If you are not redirected, <a href="/">click here</a>.</p>
1111
</body>
1212
</html>

0 commit comments

Comments
 (0)