
            <!DOCTYPE html>
            <html lang="de">
            <head>
                <meta charset="UTF-8">
                <meta name="viewport" content="width=device-width, initial-scale=1.0">
                <title>Seite abgeschaltet</title>
                <style>
                    body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; background-color: #f8f9fa; color: #333; }
                    .card { background: white; padding: 2.5rem; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); max-width: 480px; text-align: center; }
                    h1 { color: #d9534f; margin-top: 0; font-size: 1.5rem; }
                    p { line-height: 1.5; color: #666; }
                </style>
            </head>
            <body>
                <div class="card">
                    <h1>Dienst nicht mehr verfügbar</h1>
                    <p>  <a href="https://mein.edubreak-test.de">Hier gehst zum neuen Testsystem</a></p>
                    <p>Diese Instanz wurde dauerhaft abgeschaltet. Bitte aktualisieren Sie Ihre Lesezeichen.</p>
                </div>
            </body>
            </html>
        