
    <!DOCTYPE html>
    <html lang='de'>
    <head>
        <meta charset='UTF-8'>
        <meta name='viewport' content='width=device-width, initial-scale=1.0'>
        <title>BS-Haage</title>
        <style>
            body { font-family: sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; background: #fafafa; color: #333; }
            .container { text-align: center; border: 1px solid #ddd; padding: 40px; border-radius: 10px; background: white; shadow: 0 4px 6px rgba(0,0,0,0.1); }
            h1 { color: #0056b3; }
        </style>
    </head>
    <body>
        <div class='container'>
            <h1>Beratung & Service Haage </h1>
            <p>www.bs-haage.de</p>
        </div>
    </body>
    </html>