CINXE.COM
Denied Access
<!DOCTYPE html> <html> <head> <title>Denied Access</title> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width" /> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600" rel="stylesheet"> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> <style> html, body { margin: 0; padding: 0; height: 100%;} body {color: #000000; font: normal 16px/28px 'Open Sans' , Helvetica, sans-serif; width: 100%; min-width: 320px; position: relative; text-align: center; background-color: #ffffff; } p { color: #000000; font-size: 16px; line-height: 28px; font-weight: 400; margin-bottom: 28px; } a { text-decoration: none; color: #157ac8; } a:hover, a:focus { text-decoration: none; color: #0d5ba6; } strong { font-weight: 600; } .wrapper { position: relative; overflow: hidden; min-height: 100%; height: auto !important; height: 100%; width: 100%; display: flex; align-items: center; align-content: center; justify-content: center; } .content { width: 500px; text-align: left; } .img-main { display: block; margin: 0 auto; } .btn-back { display: block; width: 253px; height: 54px; background-image: url("./img/btn_back.png"); background-repeat: no-repeat; background-position: center center; position: relative; margin: 0 auto; overflow: hidden; text-indent: -999px; } @media screen and (max-width: 520px) { .wrapper { position: relative; } .content { width: auto; text-align: left; margin: 10px; } .img-main { width: 60%; display: block; margin: 0 auto 28px auto; } p { font-size: 14px; line-height: 20px; margin-bottom: 20px; } } </style> </head> <body> <div class="wrapper"> <div class="content"> <img class="img-main" src="./img/logo.png" alt="jmwebdesigns" /> <p>This URL is valid but the originating country of your Internet Service Provider is not authorized access due to our security policy.</p> <p>If you are a legitimate visitor looking to obtain access to our website and are not a spammer/hacker, we want to help.</p> <p><strong> Call us <a href="tel:402-554-6200">402-554-6200</a> so we can grant access. Thank you.</strong></p> <br> <a href="#" class="btn-back" onClick="history.go(-1); return false;">Go back to previous site</a> </div> </div> </body> </html>