-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path404.html
88 lines (70 loc) · 1.93 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>怪兽导航 | 非法页面</title>
<link rel="shortcut icon" href="assets/images/cm_monster_favicon.png">
<meta name="keywords" content="怪兽导航 | 码农怪兽 | 关于站长">
<meta name="description" content="怪兽导航 | 码农怪兽 | 关于站长">
<meta name='robots' content='index,follow'>
<style type="text/css">
* {
margin: 0;
padding: 0;
list-style: none;
font-family: 'Noto Sans TC', sans-serif;
}
.wrap9 {
margin: 220px 30px;
background-color: #000;
}
.container9 {
width: 1300px;
margin: auto;
text-align: center;
}
.container9 h1 {
width: 50%;
display: inline-block;
margin-top: 50px;
box-sizing: border-box;
font-size: 80px;
background-color: #a00;
color: #fff;
margin-bottom: 0.5em;
}
.container9 .txt {
flex-shrink: 0;
box-sizing: border-box;
color: #fff;
}
.container9 .txt P {
display: inline-block;
margin-bottom: 30px;
font-size: 26px;
padding: 0 100px;
}
.container9 .txt p:first-child:first-letter {
font-size: 40px;
}
</style>
</head>
<body bgcolor="black">
<div class="wrap9">
<div class="container9">
<h1>404 WARNING</h1>
<div class="txt">
<p>This is not what you want, but we are very serious. I just want to tell you in a special way that
the page you visited does not exist or the file is invalid. You can contact the webmaster to
solve your problem faster, or return to the homepage of the website to browse other pages. The
homepage address link of the website is: <br>
<a href="https://codermonster.top/" target="_self">https://codermonster.top/</a>
</p>
</div>
</div>
</div>
</body>
</body>
</html>