<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//ZH" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html charset=gb2312" /&gt;
&lt;title&gt;404错误页面-欣格瑞山东环境科技科技有限公司&lt;/title&gt;
&lt;style type="text/css"&gt;
* {margin:0px;padding:0px;list-style:none;text-decoration:none;}
body {background:url(image/b1.jpg)}
.mian {width:1000px;height:600px;background:url(image/back.jpg);margin:3% auto}
.error_div {width:210px;float:right;margin-right:28%;margin-top:38%;font-family:"微软雅黑"}
.error_div a {float:left;color:#FFFBF0;width:80px;background:#8A532A;text-align:center;line-height:20px;font-size:15px;border-bottom:3px solid #683F20}
.error_div a:hover {background:#7B4A26;}
.info {float:right;line-height:20px;color:#000}
&lt;/style&gt;
&lt;script type="text/javascript"&gt;
	    var InterValObj//timer变量，控制时间
	    var count=5;
	    var curCount;
    
	    function SetRemainTime() {
           if (curCount == 0) {
               window.clearInterval(InterValObj);//停止计时器
               window.setTimeout("window.location='http://xingerui.com/'",0)
           }
           else {
               curCount--;
               document.getElementById("redirect_info").innerHTML=(curCount+"秒后返回首页");
           }
	    }
    &lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class="mian"&gt;
	&lt;div class="error_div"&gt;
        &lt;a href="http://www.xingerui.com/"&gt;返回首页&lt;/a&gt;
        &lt;p id="redirect_info" class="info"&gt;5秒后返回首页&lt;/p&gt;
        &lt;script type="text/javascript"&gt;
            curCount=count;
            InterValObj = window.setInterval(SetRemainTime, 1000);
        &lt;/script&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre></body></html>