add error page

This commit is contained in:
Florian Zirker 2024-12-11 09:14:48 +01:00
parent c29f7b3ea1
commit 3ab73f484b
2 changed files with 23 additions and 1 deletions

22
error.html Normal file
View file

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>florianzirker.de</title>
<link rel="stylesheet" href="https://www.florianzirker.de/default.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>{{placeholder "http.error.status_code"}}</h1>
{{placeholder "http.error.status_text"}}
</body>
<footer>
<a href="https://www.florianzirker.de/">Startseite</a>
</footer>
</html>

View file

@ -24,7 +24,7 @@
</body>
<footer>
<a href="index.html">Startseite</a>
<a href="/">Startseite</a>
</footer>