<!doctype html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta name="robots" content="noindex, nofollow, noarchive">
    <title>Domain Unavailable!</title>
    <style>
        html,
        body {
            height: 100%;
            width: 100%;
            margin: 0;
            padding: 0;
        }
        
        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
            background-color: hsla(0, 0%, 100%, 1);
            background-image: radial-gradient(at 13% 99%, hsla(258, 0%, 100%, 1) 0px, transparent 50%), radial-gradient(at 72% 96%, hsla(32, 0%, 100%, 1) 0px, transparent 50%), radial-gradient(at 87% 63%, hsla(122, 0%, 100%, 1) 0px, transparent 50%), radial-gradient(at 49% 55%, hsla(126, 0%, 100%, 1) 0px, transparent 50%), radial-gradient(at 51% 14%, hsla(202, 0%, 100%, 1) 0px, transparent 50%), radial-gradient(at 13% 5%, hsla(242, 0%, 100%, 1) 0px, transparent 50%), radial-gradient(at 37% 27%, hsla(323, 100%, 41%, 1) 0px, transparent 50%), radial-gradient(at 11% 36%, hsla(225, 73%, 22%, 1) 0px, transparent 50%), radial-gradient(at 85% 48%, hsla(323, 100%, 41%, 1) 0px, transparent 50%), radial-gradient(at 84% 37%, hsla(225, 73%, 22%, 1) 0px, transparent 50%);
            position: relative;
        }
        
        h1 {
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-fill-color: transparent;
            background-image: linear-gradient( 135deg, #d30082, #0f2463);
            padding-top: 0.5em;
        }
        
        #container {
            width: 30em;
            margin: 0 auto;
            box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
            background: #fff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
        }
        
        @media only screen and (max-width: 400px) {
            #container {
                width: 80%
            }
        }
        
        @media only screen and (min-width: 401px) and (max-width: 960px) {
            #container {
                width: 80%
            }
        }
        
        #details {
            color: #9f9f9f;
            font-size: 0.8em;
            padding: 1em 1em 2em 1em;
        }
        
        code {
            font-size: 1.35em;
        }
        
        hr {
            border-top: 0.1em solid #f0f0f0;
            border-bottom: 0;
            border-left: 0;
            border-right: 0;
            margin-top: 2em;
        }
    </style>
</head>

<body>
    <div id="container">
        <h1>Domain Unavailable!</h1>
        <p>This domain does not exist in this server. Please check your DNS configuration!</p>
        <hr />
        <div id="details">
            <small>
                Request ID: <code>0cbab82091edf9a2b6bfba3185d128ae</code><br />
                Timestamp: <code><script>document.write(new Date().toISOString().replace('T', ' ').replace('Z', '').split('.')[0] + ' UTC');</script></code><br />
                Your IP address: <code>66.102.9.160</code>
            </small>
        </div>

</body>

</html>