<!doctype html>
<html>

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Expired DNS Hosting Services | DNS Made Easy</title>
    <meta name="description" content="Please contact this domain's administrator as their DNS Made Easy services have expired.  " />
    
    <!-- Favicon -->
    <link rel="icon" type="img/ico" href="https://cp.dnsmadeeasy.com/img/favicon.ico">

    <!-- Bootstrap CDN -->
    <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">

    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,700" rel="stylesheet">

    <style>
        @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,700);
        html {
            max-width: 100%;
            overflow-x: hidden
        }

        body {
            font-family: 'Open Sans', sans-serif;
            margin-top: 0px;
        }

        html,
        body {
            min-height: 100%;
            height: 100%;
            position: relative
        }

        #nav {
            height: 70px;
            background-color: #1BA8DE;
            margin: 0;
            padding: 0;
            width: 100%;
        }

        #nav .logo {
            margin-left: 50px;
            height: 50px;
            padding-top: 15px;
        }

        #main {
            padding: 100px 0px 100px 0px;
            height: 85vh;
        }

        h1 {
            color: #1BA8DE;
            font-weight: 700;
            font-size: 120px;
        }

        h2 {
            text-transform: uppercase;
            font-size: 24px;
            padding-bottom: 20px;
        }

        p {
            font-size: 18px;
            line-height: 28px;
        }

        .img-center {
            margin: auto;
        }

        #footer {
            background-color: #444444;
            height: 10vh;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #footer p {
            font-size: 14px;
            vertical-align: center;
            color: #999999;
            text-align: center;
        }

        #footer a {
            color: #777;
        }

    </style>

</head>

<body>

    <section>
        <div class="container-fluid" id="nav">
            <img src="dnsme-logo-new.png" class="img-responsive logo">
        </div>
    </section>
    <section id="main">
        <div class="container">
            <div class="col-xs-12 col-sm-6 col-md-5">
                <h1>Oops!</h1>
                <h2>Something went wrong</h2>
                <p>Looks like this domain's DNS hosting service has expired. If you are the administrator for this domain, please log into your DNS Made Easy account and renew your services. If you do not have a DNS Made Easy account, please contact your hosting provider. </p>
            </div>
            <div class="col-xs-12 col-sm-6 col-md-7 text-center">
                <img src="404-dog.png" class="img-center img-responsive" alt="404 Dog">
            </div>
        </div>
    </section>
    <section id="footer">
        <div class="container">
            <p>All Rights Reserved DNS Made Easy | Please contact <a href="http://support.dnsmadeeasy.com/">DNS Made Easy support</a> for assistance</p>
        </div>
    </section>


    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>

</body>

</html>
