docker/production: serve maintenance page on 502
parent
c49be3f594
commit
7bb89dd2d9
@ -0,0 +1,15 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
|
||||
<link rel="stylesheet" href="/downtime/base.css">
|
||||
<link rel="shortcut icon" type="image/png" href="/downtime/favicon.png"/>
|
||||
<title>Wartungsarbeiten</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="main">
|
||||
<h2>Wartungsarbeiten</h2>
|
||||
<p>Unsere Webseite ist zur Zeit wegen Wartungsarbeiten leider nicht verfügbar. Bitte
|
||||
versuche es zu einem späteren Zeitpunkt nochmal.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,9 @@
|
||||
#main {
|
||||
text-align: center;
|
||||
font-size: 15pt;
|
||||
width: 60%;
|
||||
margin: 0 auto;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
padding-top: 40pt;
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
Loading…
Reference in New Issue