Skip to content

Commit

Permalink
feat: add 404 redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
emily40830 committed Mar 11, 2023
1 parent ba6ebcf commit 0bde8a8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions public/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
http-equiv="refresh"
content="0; URL='https://alphacamp.github.io/todolist-react-demo'"
/>

<title>Todolist 404 redirect</title>
</head>
<body></body>
</html>

0 comments on commit 0bde8a8

Please sign in to comment.