All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 12s
23 lines
727 B
HTML
23 lines
727 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>MischLabs - Offline</title>
|
|
<meta name="theme-color" content="#0f172a">
|
|
<link rel="stylesheet" href="/style.css?v=11">
|
|
</head>
|
|
<body>
|
|
<main class="shell hero">
|
|
<div class="brand">
|
|
<img class="brand-mark" src="/icons/app-icon-source.png" alt="" width="72" height="72">
|
|
<div>
|
|
<p class="eyebrow">Offline</p>
|
|
<h1>MischLabs</h1>
|
|
<p class="subtitle">Die App ist installiert, aber die Dienste sind gerade nicht erreichbar.</p>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
</html>
|