-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
67 lines (62 loc) · 1.77 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>
<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>w(゜Д゜)w咋回事了</title>
<link rel="shortcut icon" href="favicon.ico">
<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: https://try-to-change.github.io/</p>
</div>
</div>
</div>
</body>
<!-- partial -->
</html>