15 lines
350 B
HTML
15 lines
350 B
HTML
<!doctype html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Offline · Gardomatic</title>
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<h1>Gardomatic ist gerade offline</h1>
|
|
<p>Bitte stelle die Netzwerkverbindung wieder her und versuche es erneut.</p>
|
|
</main>
|
|
</body>
|
|
</html>
|