Skip to content

Commit 15e35f8

Browse files
committed
Add 404.html for gh-page fallback
1 parent 732d95f commit 15e35f8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

public/404.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<title>Page Not Found</title>
7+
<meta http-equiv="refresh" content="0; URL=/frontend/index.html">
8+
</head>
9+
10+
<body>
11+
</body>
12+
13+
</html>

0 commit comments

Comments
 (0)