Skip to content

Commit 197575d

Browse files
committed
adding 404.html
1 parent 8d029a6 commit 197575d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

public/404.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="refresh" content="0; url=/#/">
6+
<title>Redirecting...</title>
7+
</head>
8+
<body>
9+
<script>
10+
window.location.replace("/#/" + window.location.pathname.substring(1));
11+
</script>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)