This commit is contained in:
Didier Slof 2023-02-19 15:02:16 +01:00
parent 00dc612a28
commit 3c883da6b8
Signed by: didier
GPG key ID: 01E71F18AA4398E5
5 changed files with 576 additions and 32 deletions

View file

@ -1,30 +0,0 @@
<html>
<head>
<title>50x Error</title>
<style>
:root {
--background: #1e1e1e;
--foreground: #d4d4d4;
--accent: #007acc;
}
body {
background-color: var(--background);
color: var(--foreground);
}
h1 {
color: var(--accent);
}
p {
color: var(--foreground);
}
</style>
</head>
<body>
<h1>50x Error</h1>
<p>Sorry, something went wrong on the server.</p><br/>
<p>This usually means that there is a service booting or such...</p>
</body>
</html>