add 404 page redirect

This commit is contained in:
Penelope Gwen 2025-03-07 15:30:30 -08:00
parent f5922ffe0d
commit 5fce4c5d4b

13
404.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Penelope Gwen | 404</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<script>
window.top.location.href = '/'
</script>
</body>
</html>