Skip to content

Commit

Permalink
Add 404.html for gh-page fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
slhmy committed Sep 30, 2024
1 parent 732d95f commit 15e35f8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions public/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8">
<title>Page Not Found</title>
<meta http-equiv="refresh" content="0; URL=/frontend/index.html">
</head>

<body>
</body>

</html>

0 comments on commit 15e35f8

Please sign in to comment.