<!DOCTYPE html>
<html lang="de">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Domain noch nicht zugewiesen / in Zuweisung</title>
    <style>
        html {
            width: 100%;
            height: 100%;
            background-image: linear-gradient(to bottom right, #013c4a 0, #193e4c 44%, #004b5b 100%);
            color: #fff;
            font-family: GeoSlb712MdBT, Georgia, serif;
            font-style: normal;
        }

        .the-box {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
        }

        .the-title {
            padding: 5px;
            font-size: 3em;
            text-align: center;
        }

        .the-text {
            padding: 5px;
            font-size: 1em;
            text-align: center;
        }

        .the-text a {
            text-decoration: underline;
            color: white;
        }

    </style>
</head>
<body>
<div class="the-box">
    <div class="the-title">Domain noch nicht zugewiesen / in Zuweisung</div>
    <div class="the-text">
        Bitte folgen Sie den Schritten in unserem
        <a href="https://helpcenter.netcup.com/de/wiki/domain/domain-webhosting-verbinden" target="_blank">Help Center</a> um die Domain im
        <a href="https://www.customercontrolpanel.de/" target="_blank">Customer Control Panel</a> dem Hosting zuzuweisen.
    </div>
</div>
</body>
</html>
