<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>404???5??????</title><link rel="canonical" href="https://m.6118678.com/html/templates/default/lib/style.css" />
<style>
body { font-family:"??????" }
#mes { color:#FF0000 }
a { color:#ff0000; text-decoration:none; }
a:hover { color:#999 }
.box { width:500px; margin:150px auto 0; height:300px; background:url(http://www.rqhsp.com/404.jpg) no-repeat; padding:100px 0 0 250px; }
</style>
</head>
<body><h1>ÀûÀ´w66</h1>
<div class="box">
  <h1>???? <span id="mes">5</span> ??????????</h1>
  <p>???????????????????????????</p>
  <p> <a href="http://www.rqhsp.com/">???</a> <a href="http://www.rqhsp.com/html/contact/">???????</a> </p>
</div>
<script>
    var i = 5;
    var timer;
    timer = setInterval("fun()", 1000);

    function fun() {
        if (i == 0) {
            window.location.href = "http://www.rqhsp.com/";
            clearInterval(timer);
        }
        document.getElementById("mes").innerHTML = i;
        i--;
    }
    </script>
</body>
</html>