custom router now working

This commit is contained in:
Henri
2025-11-21 03:15:09 +02:00
parent 7dfb5adda1
commit e8651f6557
14 changed files with 435 additions and 191 deletions

12
public/404.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Redirecting...</title>
<script>
sessionStorage.redirect = location.href
</script>
<meta http-equiv="refresh" content="0; url=/" />
</head>
<body></body>
</html>

1
public/CNAME.example Normal file
View File

@@ -0,0 +1 @@
add later