CINXE.COM

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!doctype html> <title> </title><meta http-equiv="X-UA-Compatible" content="IE=Edge" /><meta name="keywords" /><meta id="divDescription" name="description" /><meta name="viewport" content="width=1200px, maximum-scale=1.0" /><link rel="icon" href="/img/usr/icon-404_icon.png" sizes="16x16" type="image/png" /> <style type="text/css"> body { } #BigBgOuter { height: auto; /*overflow:hidden;*/ padding: 0px; margin: 0px; background: url(/img/usr/bg-404page.jpg); } #BigBg { height: auto; overflow: hidden; width: 850px; margin: auto; padding-top: 8%; } /*time out color*/ #timeOutSeconds { color: var(--timeOutSeconds-txt-color2); font-weight: var(--timeOutSeconds-font-weight); text-decoration: var(--timeOutSeconds-text-decoration); text-decoration: none; border-radius: 50%; cursor: inherit; width: 60px; height: 60px; border: 3px solid #434343; display: inline-flex; align-items: center; justify-content: center; font-family: 'M PLUS Rounded 1c', Arial; font-weight: 500; font-size: 32px; color: #434343; } a.timeOutSeconds { font-family: var(--main-font-family); text-decoration: var(--timeOutSeconds-text-decoration); } .divMainBg { height: auto; } .divContentTop { padding: 10px 0px 0px 0px; text-align: justify; } .divContentBottom { padding: 0px 50px 50px 50px; } .divTitlePageNotFound { padding-top: 20px; color: #434343; font-size: 79px; line-height: 107px; font-weight: 800; text-align: center; font-family: 'M PLUS Rounded 1c', Arial; } .divRedirect { text-align: center; font-family: 'PT Sans', Arial; font-weight: 400; font-size: 30px; color: #727272; } .divWebsiteURL { text-align: center; font-family: 'PT Sans', Arial; font-weight: 400; font-size: 23px; color: #727272; text-decoration: none; } .divWebsiteURLNow { text-align: center; font-family: 'PT Sans', Arial; font-weight: 400; font-size: 23px; color: #727272; text-decoration: none; } .divWebsiteURLNow:hover { text-decoration: underline; } .divCenter { text-align: center; } .divDesigned { text-align: center; font-family: 'PT Sans', Arial; font-weight: 400; font-size: 15px; color: #727272; } .divWebteq { display: inline-block; width: 8%; position: relative; top: 10px; left: 5px; } .divHeight { height: 890px; } @media only screen and (max-width: 1700px) { .divHeight { height: 945px; } } @media only screen and (max-width: 1600px) { .divHeight { height: 935px; } } @media only screen and (max-width: 1500px) { #BigBg { width: 735px; padding-top: 5%; } .divTitlePageNotFound { font-size: 69px; } .divRedirect { font-size: 30px; } .divHeight { height: 735px; } } @media only screen and (max-width: 1366px) { #BigBg { width: 705px; padding-top: 1%; } .divTitlePageNotFound { font-size: 63px; } .divRedirect { font-size: 27px; } .divHeight { height: auto; } } @media only screen and (max-width: 1300px) { #BigBg { width: 750px; padding-top: 45%; } .divTitlePageNotFound { font-size: 70px; } .divHeight { height: 1680px; } } @media only screen and (max-width: 1280px) and (max-height: 1024px) { #BigBg { padding-top: 13%; } .divHeight { height: 865px; } } </style> <script> var elapsedTime = 0; var maxTime = 10; var oneSecond; window.setTimeout('timeoutCheck();', 1000); function timeoutCheck() { elapsedTime = elapsedTime + 1; if (elapsedTime > maxTime) { window.location.href = window.location.protocol + "//" + window.location.hostname; } else { if (maxTime - elapsedTime > 1) { document.getElementById('timeOutSeconds').innerHTML = (maxTime - elapsedTime); } else { document.getElementById('timeOutSeconds').innerHTML = (maxTime - elapsedTime); } window.setTimeout('timeoutCheck();', 1000); } } </script> <link href="https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:800&amp;display=swap" rel="stylesheet" /><link href="https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c&amp;display=swap" rel="stylesheet" /><link href="https://fonts.googleapis.com/css?family=PT+Sans&amp;display=swap" rel="stylesheet" /></head> <body id="BigBgOuter" onLoad="javascript:changeHref();"> <div class="divHeight"> <div id="BigBg"> <div class="divMainBg"> <img src="/img/usr/icon-404.png" style="display:inline-block; width: 100%;" /> <div class="divTitlePageNotFound" Text="strPageNotFound"><div id="divPageNotFound"></div></div> </div> <div class="divContentTop"> <div class="divRedirect"> You will be redirected to our new website in <a id="timeOutSeconds" href="#"> <Script>document.writeln(maxTime);</Script> </a> seconds </div> </div> <div class="divCenter"> <!--<div><a href="#" id="divWebsiteLink2" Text="strweburl" class="divWebsiteURL"><div id="divWebsiteLink"></div></a></div>--> <div class="divWebsiteURL">Skip count down and visit our website <a href="#" id="divWebsiteLink2" class="divWebsiteURLNow"></a></div> </div> </div> </div> <div class="divCenter"> <div class="divDesigned" style="padding-top: 20px;"> Another effective website by <a href="https://www.webteq.com.my/" target="_blank"><img alt="Webteq Solution" title="Webteq Solution" src="/img/usr/logo-webteq_404.png" class="divWebteq" /></a> </div> </div> <script> var strPageNotFound = "Aiyo! Page Not Found"; var strCompanyName = "404 File Not Found"; var strweburl = "Visit our new website"; //Full company website url var divPageNotFound = document.getElementById("divPageNotFound"); var divCompanyTitle = document.getElementById("divCompanyTitle"); var divWebsiteLink = document.getElementById("divWebsiteLink"); if(divPageNotFound) divPageNotFound.innerHTML = strPageNotFound; if (divCompanyTitle) divCompanyTitle.innerHTML = strCompanyName; if (divWebsiteLink) divWebsiteLink.innerHTML = strWebsiteLink; function changeHref() { var divWebsiteLink2 = document.getElementById('divWebsiteLink2'); var setimeOutSecondscond = document.getElementById('setimeOutSecondscond'); if (divWebsiteLink2) { divWebsiteLink2.href = window.location.protocol + "//" + window.location.hostname; divWebsiteLink2.title = "Visit our new website " + window.location.hostname; } if (setimeOutSecondscond) setimeOutSecondscond.href = strweburl; } </script> <script> var divWebsiteLink2 = document.getElementById('divWebsiteLink2'); if(divWebsiteLink2) divWebsiteLink2.innerHTML = "now."; </script> </body> </html>

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