<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>error</title>
<style type="text/css">
    body {
        background-color:white;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        text-align: center;
    }
    p{font-size: 32px;line-height: 50px;color: #333;margin: 0;}
    a{text-decoration: none;color: #333;}
    .fh{margin-top: 40px;}
    .fh a{padding: 7px 30px;line-height: 30px;margin-right:40px; height: 30px;font-size: 22px;border: 2px solid  #00c4c2;border-radius: 30px;}
</style>
</head>

<body>
<br><br><br><br><br><br>
<p>Error,页面出错啦！！！请点击返回首页或者刷新页面</p>
<div class="fh">
    <a href="http://www.gygt.net/">返回首页</a>
    <span id="ss">0</span>秒自动跳到首页，若无反应请手动返回首页。
</div>
<script>
    var s_str=10;
    function time(){
        if(s_str > 0){
            s_str--;
        }else{
			window.location.href='/';
        }
        document.getElementById('ss').innerHTML=s_str;
        setTimeout(time,1000);
    }
    time()
</script>


</body></html>