CINXE.COM

iDevAffiliate Error Message

<html> <head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>iDevAffiliate Error Message</title> <style> body{ background: #0473bb url(error.jpg) bottom repeat-x; background-size: contain; font-family: 'Open Sans', sans-serif;height: 100vh; } .erorr-bg h3 { font-size: 41px; } .erorr-bg { text-align: center; color: #fff; width: 1000px; margin: 0 auto; margin-top: 52px; text-shadow: 0px 1px 1px #828282; font-size: 22px; } </style> </head> <body onLoad="setTimeout('delayer()', 15000)"> <div class="erorr-bg"> <h3 style="color:yellow;">Error Message</h3> <h4>The affiliate program you're trying to access is not available.</h4> <p>The account has either been terminated or suspended.</p> <p>You will now be forwarded to the iDevAffiliate main website in <span id="count">10</span> seconds...</p> </div> <script type="text/javascript"> window.onload = function(){ (function(){ var counter = 10; setInterval(function() { counter--; if (counter >= 0) { span = document.getElementById("count"); span.innerHTML = counter; } if (counter === 0) { clearInterval(counter); } }, 1000); })(); } function delayer(){ window.location = 'https://www.idevdirect.com/welcome'; } setTimeout('delayer()', 10000); </script> </body> </html>