CINXE.COM

Protected section

<!DOCTYPE html> <html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> <meta name="robots" content="noindex,nofollow"> <TITLE>Protected section</TITLE> <style type="text/css">*{box-sizing:border-box}body{margin:0;padding:0;width:100%;font:14px Tahoma}body::before{content:'';width:100%;display:block;height:30vh}.container{margin:0 auto;background-color:#f2f4f6;padding:2em 3em;border-radius:2em;width:400px;box-shadow:2px 3px 0 0 #888}h1{margin:0 0 1em 0;color:#3498db}.site-box-input{padding:10px 17px;width:100%;border:1px solid #c9c9c9;border-radius:4px;outline:none}.hosting-button{padding:9px;background-color:#3092c6;border:1px solid #478caf;border-radius:4px;color:#fff;margin-top:1em;width:100%}.hosting-button:hover{background-color:#5ca6ce;cursor:pointer}p.accept-cookie{color:#838383}</style> </head> <body> <div class="container"> <div class="content"> <div class="text"> <form method="POST" action=""> <h1>The requested page is protected</h1> <p>To continue, you must confirm that you are not a robot.</p> <p>Indicate how much it will be <b>4+7</b> and click on the "Continue" button.</p> <input type="number" name="turing" value="" autocomplete="off" class="site-box-input"> <input type="submit" value="Continue" class="hosting-button"> </form> </div> </div> <p class="accept-cookie">Your browser must accept cookies from this site.</p> </div> </body> </html>