<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;&lt;/title&gt;
  
  &lt;style&gt;
*{
 padding:0;
 margin:0;
}
img{
 text-align:center;
}
.sm{
 width:390px;
 height:300px;
 font-family:"Arial";
 /**border:1px solid red;**/
  margin-top:300px;
  margin-left:480px;
  color:#3e4a7c;
}
h1{
 font-size:48px;
 font-weight:bold;
 margin-bottom:10px;
}
h1 span{
margin-left:10px;
font-size:30px;
}
.sm p{
font-size:20px;
line-height:40px;

color:#3e4a7c;
}
#number{
 color:#fbfa23;
}
.sm a{
display:inline-block;
margin-top:20px;
width:100px;
height:40px;
margin-right:30px;
color:#3e4a7c;
line-height:40px;
text-align:center;
text-decoration:none;
 border:1px solid #7098a6;
 border-radius:7px;
 background-color:#fff;
}
#box_qb{
 background:url(/error/bjcolor.png) no-repeat;
 border:1px solid transparent;
 text-align:center;
 margin:0 auto;
 width:1024px;
 height:768px; 
}
  &lt;/style&gt;
&lt;/head&gt;
&lt;body align="center" bgcolor="#b8dce8"&gt;
&lt;div id="box_qb"&gt;
&lt;div class="sm" align="left"&gt;
 &lt;h1&gt;SORRY! &lt;span&gt;404 ERROR&lt;/span&gt;&lt;/h1&gt;
 &lt;P&gt;抱歉，您所访问的网页失联啦!&lt;/P&gt;
 &lt;P&gt;提示:您可能数错了网址，或该页面已删除或不存在，系统将&lt;span id="number"&gt;5&lt;/span&gt;秒后返回首页&lt;/P&gt;
 &lt;a href="https://hao.360.cn/?src=lm&amp;ls=n482bfbdf97"&gt;返回首页&lt;/a&gt;
 &lt;a href="#" onclick="replaceDoc()"&gt;刷新试试&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;script&gt;
var t=5;//设定跳转的时间 
setInterval("refer()",1000); //启动1秒定时 
function refer(){ 
if(t==0){ 
location="http://www.wisepeak.com"; //#设定跳转的链接地址 
} 
document.getElementById('number').innerHTML=t; // 显示倒计时 
t--; // 计数器递减 
//本文转自： 
} 
function replaceDoc(){
window.location.replace("http://www.wisepeak.com");

}

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