
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

<meta name="screen-orientation" content="portrait">
<meta name="x5-orientation" content="portrait">
<meta content="telephone=no" name="format-detection">
<meta name="format-detection" content="telephone=no,email=no" />
<title>404</title>

<link href="http://www./404/css/404.css" rel="stylesheet" type="text/css" />

</head>
<body style="background-color:#f1f4f8;">

<div class="st"><img src="http://www./404/img/404_03.png"></div> 
<div class="fh"><a href="http://www."><img src="http://www./404/img/404_06.png"></a></div>
<div class="fh"><b id="num">5</b>秒后跳转到首页</div>

<!--脚本开始--> 
<script> 
function countDown(secs){ 
	if(--secs>0) {
		document.getElementById("num").innerText=secs;
		setTimeout(function(){countDown(secs)},1000);  
	}
	else{
		window.location.href='http://www.';
	} 
}
countDown(5); 
</script> 
<!--脚本结束--> 

</body>
</html>

