<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&gt;
&lt;head&gt;
&lt;meta charset="utf-8" /&gt;
&lt;title&gt;404&lt;/title&gt;
&lt;style&gt;
	/*-------------public--------------*/
html{ width:100%; overFlow-x: hidden; OVERFLOW: scroll; }
body{ margin:0px; padding:0px; background:#fff;}
ul{ list-style:none; margin:0px; padding:0px;}
.fl{ float:left;}
.fr{ float:right;}
.cl{ clear:both;}
*{ font-family:"å¾®è½¯é›…é»‘"; font-size:12px; color:#5f5f5f;}
a{font-family:"å¾®è½¯é›…é»‘"; font-size:12px; color:#5f5f5f; text-decoration:none;}
a:hover{ color:#f00; border:0px;}
img{ border:0px;}

.fh{ width: 728px; height: auto; text-align: center; margin: 0 auto; margin-top: 70px;}
&lt;/style&gt;
&lt;/head&gt;
&lt;body style="background-color:#f1f4f8;"&gt;

&lt;div class="fh"&gt;&lt;a href="index.html"&gt;&lt;img src="Public/Home/Images/404_6.png" width="100%"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="fh"&gt;&lt;b id="num"&gt;5&lt;/b&gt;ç§’åŽè·³è½¬åˆ°é¦–é¡µ&lt;/div&gt;

&lt;!--è„šæœ¬å¼€å§‹--&gt; 
&lt;script&gt; 
function countDown(secs){ 
	if(--secs&gt;0) {
		document.getElementById("num").innerText=secs;
		setTimeout(function(){countDown(secs)},1000);  
	}
	else{
		window.location.href="index.html";
	} 
}
countDown(5); 
&lt;/script&gt; 
&lt;!--è„šæœ¬ç»“æŸ--&gt; 

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