Files
HexaWetter/frontend/502.html
2026-06-18 23:45:08 +02:00

18 lines
498 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8" />
<title>HexaWetter Dienst nicht erreichbar</title>
<link rel="stylesheet" href="/style.css" />
</head>
<body>
<main class="legal-page">
<h1>Dienst vorübergehend nicht erreichbar</h1>
<p>Die HexaWetter-API antwortet gerade nicht. Bitte später erneut versuchen oder den Stack prüfen:</p>
<pre>docker compose ps
docker compose logs api</pre>
<p><a href="/">Zur Startseite</a></p>
</main>
</body>
</html>