<!doctype html>
<html>
<head>
  <meta charset="utf-8">
  <title>Dienst nicht erreichbar</title>
  <style>
    body { font-family: sans-serif; margin: 3rem; background: #111; color: #eee; }
    .box { max-width: 700px; }
    h1 { color: #ffcc66; }
  </style>
</head>
<body>
  <div class="box">
    <h1>42</h1>
    <p>Eine bessere Antwort gibt es nicht!</p>
  </div>
</body>
</html>