benzcloud-client/404.html

18 lines
838 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - Seite nicht gefunden · BenzCloud Client</title>
<link rel="stylesheet" href="style.css">
</head>
<body style="display: flex; justify-content: center; align-items: center; text-align: center; height: 100vh;">
<div style="max-width: 500px; padding: 2rem;">
<h1 style="font-size: 4rem; color: var(--accent-primary); margin-bottom: 1rem;">404</h1>
<h2 style="margin-bottom: 1rem;">Seite nicht gefunden / Page Not Found</h2>
<p style="color: var(--text-secondary); margin-bottom: 2rem;">Die angeforderte Ressource existiert nicht auf diesem Client.</p>
<a href="index.html" class="btn-primary" style="display: inline-block;">Zur Startseite</a>
</div>
</body>
</html>