Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kangminguu committed Oct 4, 2024
1 parent aad1a3d commit b584284
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!-- public/404.html -->
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - Page Not Found</title>
</head>

<body>
<script>
// 모든 요청을 index.html로 리다이렉트
window.location.href = "/goToTheFestival/";
</script>
</body>

</html>

0 comments on commit b584284

Please sign in to comment.