代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title>404 - Not Found</title>
<link rel="icon" href="/images/favicon.png">
<style>
.whole {
width: 100%;
height: 100%;
line-height: 100%;
position: fixed;
bottom: 0;
left: 0;
z-index: -1000;
overflow: hidden;
}
.whole img {
width: 100%;
height: 100%;
}
.mask {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #000;
opacity: 0.6;
filter: alpha(opacity=60);
}
.b {
width: 50%;
height: 300px;
text-align: left;
padding-left: 10%;
margin-top:20%;
color: #fff;
}
h1 {
font-size: 72px;
}
p {
color: #fff;
margin-top: 40px;
font-size: 24px;
}
#num {
margin: 0 5px;
font-weight: bold;
}
</style>
<script type="text/javascript">
var num = 10;
function redirect() {
num--;
document.getElementById("num").innerHTML = num;
if (num < 0) {
document.getElementById("num").innerHTML = 0;
location.href = "/";
}
}
setInterval("redirect()", 1000);
</script>
</head>
<body onload="redirect();">
<div class="whole">
<img src="/images/404-bg.png">
<div class="mask"></div>
</div>
<div class="b">
<h1>404 !</h1>
<h2>Page not found...</h2>
<p>Return to home page after<span id="num"></span>seconds</p>
</div>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。