
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>Domain not yet activated</title>
    </head>
    <body>

        <style>

            body {
                background: #f6f6f6;
            }

            .message {
                margin: 100px auto;
                width: 400px;
                border: 1px solid #ccc;
                background: #fff;
                padding: 20px;
                padding-top: 10px;
                text-align: center;
                border-radius: 5px;
                box-shadow: rgba(0,0,0,.15) 0 2px 10px;

            }

            .message p {
                color: #555;
                line-height: 20px;
            }

            .message h1 {
                color: darkred;
            }

        </style>

        <div class="message">
            <h1>domain not yet active</h1>
            <p>Are you the domain owner? <br/>Log into your control panel to start using your domain.</p>
        </div>

    </body>
</html>
