Skip to content

Commit cb25913

Browse files
authored
404 redirect (hopefully this works)
1 parent a495abe commit cb25913

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

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+
4+
<head>
5+
<meta charset="UTF-8">
6+
<title>404: Page not found</title>
7+
<meta name="description" content="Page does not exist. Redirects to root page.">
8+
<script>
9+
window.location.replace("/")
10+
</script>
11+
</head>
12+
13+
</html>

0 commit comments

Comments
 (0)