Fix: 503-Seite vollständig wiederhergestellt (fehlender Body/Ende-Tag)

main v1.1.410
boban 2026-04-27 03:31:41 +02:00
parent dcb4456ba6
commit 1f013b6dcd
1 changed files with 20 additions and 0 deletions

View File

@ -68,3 +68,23 @@
@keyframes spin { to { transform: rotate(360deg); } }
h1 { font-size: 17px; font-weight: 600; color: #e2e4ea; margin-bottom: 8px; letter-spacing: -.2px; }
p { font-size: 13px; color: #4b5563; line-height: 1.65; }
</style>
</head>
<body>
<div class="card">
<div class="logo">
<div class="logo-icon">
<svg width="22" height="22" viewBox="0 0 28 28" fill="none">
<path d="M5 19 C5 19 8 10 15 9 C19 8 23 11 24 15" stroke="white" stroke-width="2.5" stroke-linecap="round"/>
<path d="M5 19 C6.5 22 9 23.5 12 23.5 C15 23.5 18 22 19.5 19" stroke="white" stroke-width="2.5" stroke-linecap="round"/>
<circle cx="19" cy="8" r="2" fill="white"/>
</svg>
</div>
<div class="logo-text">Clu<span>Bird</span></div>
</div>
<div class="spinner"></div>
<h1>Update wird durchgeführt</h1>
<p>Die Anwendung wird aktualisiert.<br>Diese Seite lädt automatisch neu.</p>
</div>
</body>
</html>