﻿<!Doctype html>
<html>
<head>
  <meta charset="utf-8"/> 
  <title></title>
  
  <style>
*{
 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; 
}
  </style>
</head>
<body align="center" bgcolor="#b8dce8">
<div id="box_qb">
<div class="sm" align="left">
 <h1>SORRY! <span>404 ERROR</span></h1>
 <P>抱歉，您所访问的网页失联啦!</P>
 <P>提示:您可能数错了网址，或该页面已删除或不存在，系统将<span id="number">5</span>秒后返回首页</P>
 <a href="https://hao.360.cn/?src=lm&ls=n482bfbdf97">返回首页</a>
 <a href="#" onclick="replaceDoc()">刷新试试</a>
</div>
</div>
<script>
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");

}

</script>
</body>
</html>