
    <html>
    <head>
        <title>GP-Net-Ber.de</title>
        <meta charset='UTF-8'>
        <style>
            body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-align: center; padding: 100px 20px; background-color: #eef2f7; color: #333; }
            .container { background: white; padding: 40px; border-radius: 15px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); display: inline-block; max-width: 500px; }
            h1 { color: #004080; margin-bottom: 10px; }
            p { font-size: 1.2em; color: #666; }
            .status { font-weight: bold; color: #d35400; margin-top: 20px; border-top: 1px solid #eee; padding-top: 20px; }
            .host-info { font-size: 0.8em; color: #aaa; margin-top: 15px; }
        </style>
    </head>
    <body>
        <div class='container'>
            <h1>Willkommen auf GP-Net-Ber.de</h1>
            <p class='status'>🚧 Die Webseite befindet sich im Aufbau 🚧</p>
            <div class='host-info'>Aufgerufen über: home.gp-net-ber.de</div>
        </div>
    </body>
    </html>