-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
executable file
·66 lines (62 loc) · 2.1 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="zh-CN" onselectstart="return false" oncontextmenu=self.event.returnValue=false>
<head>
<!--标题-->
<title>红白机游戏盒 - 404网页不存在!</title>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1, maximum-scale=1">
<!--关键词-->
<meta name="keywords" content="红白机游戏盒,404,页面不存在,公益,宝贝回家" />
<!--描述-->
<meta name="description" content="404页面不存在!" />
<meta name="theme-color" content="#00ffff">
<!--作者 author-->
<meta name="author" content="赵彤刚,[email protected]" />
<!--搜索引擎索引方式配置-->
<meta name="robots" content="all" />
<meta name="robots" content="index,follow" />
<!--网站图标配置-->
<link rel="apple-touch-icon" sizes="192x192" href="/icons/192x192.png">
<link rel="icon" type="image/png" sizes="128x128" href="/icons/128x128.png">
<link rel="icon" type="image/png" sizes="144x144" href="/icons/144x144.png">
<link rel="icon" type="image/png" sizes="384x384" href="/icons/384x384.png">
<link rel="icon" type="image/png" sizes="512x512" href="/icons/512x512.png">
<style>
* {
margin: 0;
padding: 0;
text-align: center;
}
#div1 {
position: fixed;
height: 100%;
width: 100%;
background-color: #00ffff;
}
.h1 {
margin: 50px;
}
#div1 {
overflow-x: visible !important;
}
ins.adsbygoogle[data-ad-status="unfilled"] {
display: none !important;
}
</style>
</head>
<!--body模块-->
<body>
<div id="div1">
<h1 class="h1">404,网页不存在!</h1>
</div>
<!--引入核心JS-->
<script async type="text/javascript" src="https://volunteer.cdn-go.cn/404/latest/404.js" charset="utf-8"
homePageUrl="./" homePageName="返回" rendertarget="div1">
</script>
<!-- 谷歌广告 -->
<script async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3670070169085381"
crossorigin="anonymous"></script>
</body>
</html>