homeserver/proxy/web/error.html
2025-03-19 08:41:58 +01:00

35 lines
661 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Fehler</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
:root {
max-width: 80ch;
padding: 3em 1em;
margin: auto;
font-size: 1.25em;
font-family: Arial, Helvetica, sans-serif;
}
footer {
position: absolute;
bottom: 0;
height: 50px;
}
</style>
</head>
<body>
<h1>{{placeholder "http.error.status_code"}}</h1>
{{placeholder "http.error.status_text"}}
</body>
<footer>
<a href="http://dashboard.lan/">Dashboard</a>
</footer>
</html>