<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>404-山东唯纳斯</title>
<style>
div{ width:100%; height:100%; position:fixed; background: url(/404/bg404.png) no-repeat center;}
a{text-decoration: none; display:block; width:200px; height:44px; line-height:44px; font-size:20px; text-align:center; color:#fff; background-color:#25a84a; border-radius:10px; position:fixed; left:50%; margin-left:-100px; top:50%; margin-top:180px;}
</style>
</head>
<body>
<div>
<a id="dg404" href="http://www.sdwns.com/">
5 秒后返回首页
</a>
</div>
<script>
var dgt=5;
setInterval(
	function(){
		dgt=dgt-1;
		if(dgt==0){
			window.location.href="http://www.sdwns.com/";
		}
		document.getElementById("dg404").innerHTML=dgt+" 秒后返回首页"
	},1000) 
</script>
</body>
</html>
