chore: add custom error pages (403, 404, 50x) in public/errors

This commit is contained in:
2025-05-24 07:07:38 +02:00
parent 9e76382fa8
commit 77ee769d5e
3 changed files with 24 additions and 0 deletions

8
public/errors/403.html Normal file
View File

@@ -0,0 +1,8 @@
<!-- 404.html -->
<!DOCTYPE html>
<html lang="de">
<head><title>403 Zugriff verweigert</title></head>
<body>
<h1>Fehlende Berechtigung.</h1>
</body>
</html>