test
This commit is contained in:
parent
00dc612a28
commit
3c883da6b8
5 changed files with 576 additions and 32 deletions
|
@ -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>
|
Reference in a new issue