<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>404</title>
<style>
	body{
		background-color:#444;
		font-size:14px;
	}
	h3{
		font-size:60px;
		color:#eee;
		text-align:center;
		padding-top:30px;
		font-weight:normal;
	}
	.getback{ line-height:100px; text-align:center;}
	.getback a{ color:#FFFFFF; font-size:24px; text-decoration:none; padding:0 20px;}
	.getback a:hover{ text-decoration:underline;}
	.ss{ text-align:center; line-height:50px; font-size:18px; color:#FF0000;}
</style>
<script type="text/javascript">
		function gid(id) { return document.getElementById ? document.getElementById(id) : null; }
		function timeDesc() {
			if (all <= 0) {
				self.location = "/";
			}
			var obj = gid("tS");
			if (obj) obj.innerHTML = all + " 秒后";
			all--;
		}
		var all = 9;
		if (all > 0) window.setInterval("timeDesc();", 1000);
	</script>
</head>

<body>
<h3>404，您请求的文件不存在!</h3>
<p class="getback"><a href="/">&#9666;返回首页</a>  <a href="javascript:history.go(-1);">&#9666;返回上一页</a> </p>
<p class="ss"><span id="tS" style="color:#FF0000;">10 秒后</span>我们将后自动跳转到首页 </p>
</body>
</html>
