All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 14s
29 lines
1.1 KiB
HTML
29 lines
1.1 KiB
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="manifest" href="/manifest.webmanifest?v=4">
|
|
<link rel="shortcut icon" href="/favicon.ico?v=4">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32-v4.png">
|
|
<link rel="icon" type="image/png" sizes="48x48" href="/icons/favicon-48-v4.png">
|
|
<link rel="icon" type="image/png" sizes="192x192" href="/icons/favicon-192-v4.png">
|
|
<link rel="apple-touch-icon" href="/icons/apple-touch-icon-v4.png">
|
|
<link rel="stylesheet" href="/style.css?v=13">
|
|
</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>
|