<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0034)http://www.lieguozhi.com/skwx_lgz/ -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">

    <title>哎呀404…您访问的页面不存在</title>
    <link href="/css/flase.css" rel="stylesheet" />
</head>
<body>
    <div class="bg">
        <div class="cont">          
            <div class="c1"><img src="/images/so2.png" class="img1" /></div>
            <h2><!-- <strong style="font-size:22px;">404 Not Found</strong> --><br>哎呀…您访问的页面不存在</h2>
            <!-- <div class="c2"><a href="javascript:;" onclick="window.location.reload()" class="re">刷新</a><a href="/" class="home">网站首页</a></div> -->
			<div class="c2"><a href="/" class="">将在 <span id="times"></span> 秒后跳转到网站首页(点击现在跳转)</a></div>
            <div class="c3">温馨提醒您 - 您可能输入了错误的网址，或者该网页已删除或移动</div>
        </div>
    </div>
<script>
	var times = 5;
	document.getElementById("times").innerHTML = times;
	function timer(){
		times--;
		if(times <= 0){
			window.location.href = "/";
			return;
		}
		document.getElementById("times").innerHTML = times;
		window.setTimeout(timer, 1000);
	}
	
	window.setTimeout(timer, 1000);
</script>

</body>
</html>
