Skip to content

Commit 5a77937

Browse files
committed
fix (#1)
1 parent a3c4253 commit 5a77937

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

public/404.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=./index.html" />
5+
<script type="text/javascript">
6+
var pathname = window.location.pathname;
7+
window.location.href = window.location.origin + '/' + pathname;
8+
</script>
9+
</head>
10+
<body></body>
11+
</html>

0 commit comments

Comments
 (0)