add error page
This commit is contained in:
parent
c29f7b3ea1
commit
3ab73f484b
2 changed files with 23 additions and 1 deletions
22
error.html
Normal file
22
error.html
Normal 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>
|
|
@ -24,7 +24,7 @@
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<a href="index.html">Startseite</a>
|
<a href="/">Startseite</a>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue