<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;meta charset="utf-8" /&gt;
	&lt;title&gt;涓浗鏂囨槑缃�---鎮ㄨ闂殑椤甸潰宸茶繃鏈�&lt;/title&gt;
	&lt;style&gt;

body {background:#fff;margin:0;padding:0;}
div,h3,p {margin:0;padding:0;}
.errbox {background:url(images/wmw404-2022.png) left top no-repeat;width:1000px;margin:0 auto;height:360px;position:relative;}
.errbox .box {position:absolute;left:380px;top:130px;font-family:"寰蒋闆呴粦","榛戜綋";color:#504e4e;width:580px;}
.errbox .box h3 {font-size:25px;height:42px;}
.errbox .box p {font-size:17px;}
.errbox a {position:absolute;left:540px;top:195px;width:150px;height:42px;display:inline-block;}
&lt;/style&gt;
    &lt;script src="http://images.wenming.cn/web_wenming/images/public-jquery.min.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class="errbox" id="errbox"&gt;
&lt;div class="box"&gt;
&lt;h3&gt;鎮ㄨ闂殑椤甸潰宸茶繃鏈燂紝&lt;span id="time"&gt;5&lt;/span&gt;绉掍箣鍚庡嵆灏嗚嚜鍔ㄨ烦杞嚦棣栭〉&lt;/h3&gt;
&lt;/div&gt;
&lt;a href="http://www.wenming.cn/"&gt;&lt;img src="images/wmw404-btn.png"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;script type="text/javascript"&gt;
function loadHeight(){
	var bodyH=document.documentElement.clientHeight,
		bodyW=document.documentElement.clientWidth,
		box=document.getElementById("errbox"),
		boxW=box.offsetWidth,
		boxH=box.offsetHeight;
	if(bodyH&lt;=boxH){
		box.style.marginTop="0px";
	}else{
		box.style.marginTop=(bodyH-boxH)/2+"px";
	}
	if(bodyW&lt;=boxW){
		box.style.marginLeft="0px";		
	}else{
		box.style.marginLeft=(bodyW-boxW)/2+"px";
	}
	
	
}
loadHeight();
window.onload=window.onresize=loadHeight;
&lt;/script&gt;
&lt;script language="javascript"&gt; 

 var setTime;
        	var time=parseInt($("#time").text());
        	  setTime=setInterval(function(){   
                time--;
                $("#time").text(time);
					if(time==1){
						window.location="http://www.wenming.cn/" 				
					}
            },1000);

&lt;/script&gt;


&lt;/body&gt;
&lt;/html&gt;</pre></body></html>