<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" type="text/css" />

    <title>IP EOL</title>
    <style type="text/css">
/*<![CDATA[*/
        
        body {
            color:#353c3f;
            background:#f1f1f1;
            text-align:center;
            font-family:Helvetica, Arial;
        }
        
        #header {
            background: #353c3f;
        }
        #message {
            background: #fff;
            display:block;
            margin:60px 5%;
            border:1px dotted #f1f1f1;
            box-shadow:0px 0px 7px #ccc;
            position:relative;
            padding:40px 5%;
        }
        #message h2 {
         margin:0 auto;
         font-size:20px;
        }
        #linkage {
            font-size:12px;
            width:800px;
            display:block;
            margin:0 auto;
            color:#333;
        }
        a, a:visited, a:active {
            color:#5594d1;
        }
        ul.list {
            list-style-type:none;
            width:30%;
            margin: 40px auto;
            padding: 0;
        }
        ul.list-wide {
            text-align: left;
            width:60%;
            margin: 40px auto;
            padding: 0 40px;
            border-left:5px solid #ccc;
            
        }
        img {
            display: block;
            max-width: 100%;
            height: 100%;
        }
        ul li {
            padding:5px 0;
        }
        ul ul {
            margin-top:20px;
        }
        h1 {
            font-size:36px;
            color:#555;
        }
        em {
            color: #888;
        }
        .causes {
            border:1px solid #f1f1f1;
            background: #f7f7f7;
            padding:20px;
        }
        .cta {
            border-top:1px solid #f1f1f1;
            padding-top:20px;
            margin-top:40px;
        }
    /*]]>*/
    </style>
</head>

<body>
    <div id="header"><img src="http://cdnassets.pagely.com/public/2014-logos/pagely-full-white-trans640x220_1.png" alt="Pagely" width="320" height="110" style="margin:0 auto;text-align: center;" /></div>

    <div id="message">
        <h1>You are using a deprecated IP, DNS updates are required for your site to continue to work.</h1>

        <div class="causes">
            <ul class="list-wide">
		<strong>Action is required on your part, without a DNS update your site won't be accessible after July 15th 2015.</strong>
                <li>
                    <ul>
                        <li>Please see this <a href="https://pagely.com/blog/2015/06/end-of-life-for-legacy-ip-addresses-july-15-2015/">post</a> for details</li>
                    </ul>
                </li>
            </ul>
        </div>

        <p class="cta"><strong>You may wish to</strong>: <a href="https://support.pagely.com" rel="nofollow">Contact Support</a></p>
    </div>
</body>
</html>
