CINXE.COM

<html> <head> <meta http-equiv="refresh" content=""> <style type="text/css"> * { transition: all 0.6s; } html { height: 100%; } body { font-family: "Lato", sans-serif; color: #888; margin: 0; } #main { display: table; width: 100%; height: 100vh; text-align: center; } .fof { display: table-cell; vertical-align: middle; } .fof h1 { font-size: 50px; display: inline-block; padding-right: 12px; animation: type 0.5s alternate infinite; } @keyframes type { from { box-shadow: inset -3px 0px 0px #888; } to { box-shadow: inset -3px 0px 0px transparent; } } </style> <script type="text/javascript"> function extractDomain(url) { var domain = url; if(url != '') { if (url.indexOf("://") > -1) { domain = url.split('/')[2]; } else { domain = url.split('/')[0]; } domain = domain.split(':')[0]; } return domain; } var req = new XMLHttpRequest(); req.open('GET', document.location, false); req.send(null); var requestedpage = req.getResponseHeader('x-amz-error-detail-key'); if(requestedpage!=null)getNewURL(requestedpage.toLowerCase()); function isspecial(requestedpage){ var specials = ""; if((specials.indexOf(",") > -1) ) { var sparr = specials.split(','); }else{ sparr = specials; } if(sparr.indexOf(requestedpage)>-1) { var site = "https://www.borderlands.net.au/"; metatags = document.getElementsByTagName("meta"); metatags[0].setAttribute("content","0;url="+site+"?special="+requestedpage); return true; }else{ return false; } } function getNewURL(requestedpage){ var site = "https://www.borderlands.net.au/"; if(!isspecial(requestedpage)) { } } </script> </head> <body> <div id="main"> <div class="fof"> <h1>Error 404</h1> <a href="https://www.borderlands.net.au" target="_blank" class="box__button">Go back</a> </div> </div> </body></html>

Pages: 1 2 3 4 5 6 7 8 9 10