-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path100x.html
112 lines (99 loc) · 4.05 KB
/
100x.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>出错了-放课后的下午茶时间</title>
<style>
body {
background-color: #000000;
color: #FFFFFF;
}
.container {
width: 60%;
height: 50%;
margin: 40px auto 0;
background-color: #27282c;
border-radius: 10px;
}
div.window_header {
background-color: #FFFAFADD;
height: 40px;
margin: 0% 0% 5% 0%;
border-radius: 10px 10px 0px 0px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
div.window_header::before {
content: ' ';
display: flex;
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #fd6458;
box-shadow: 20px 0 0 #ffbf2b, 40px 0 0 #24cc3d;
position: absolute;
left: 17px;
}
div.window_body {
padding: 0% 10% 10% 5%;
}
p.footer {
padding: 2% 0 0 0;
text-align: center;
}
p.header_text {
margin: 0px 0px 0px 0px;
color: #000000CC;
text-align: center;
}
svg.character {
stroke: #FFFFFF;
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #20a53a
}
</style>
</head>
<body>
<div style="display:none">
::CLOUDFLARE_ERROR_1000S_BOX::
</div>
<div class="container">
<div class="window_header">
<p class="header_text">出错了-放课后的下午茶时间</p>
</div>
<div class="window_body">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="character" width="140px" height="140px" x="0px" y="0px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve">
<g>
<path fill-rule="evenodd" clip-rule="evenodd"
d="M766.4,376.9h-41v-41h-41v-41h-123v41h-41v41h-41l-0.2-0.1v-81.9h40.9V254h-40.9 v-81.9h-40.9V213h-40.9V254H274.4V213h-40.9v-40.9h-40.9V254h-40.9v40.9h40.9v40.9h-40.9v40.9h40.9v40.9h40.9v40.9h40.9l-0.1,82.2 h41v123h41v123h-41v41h82v-41h41v-164h41v-41h41v-41h41v-41h41v41h41v41h41v205h-41v41h82v-41h41v-205h41v-164h-41V376.9z M315.4,335.8h-40.9v-40.9h40.9V335.8z M397.3,335.8h-40.9v-40.9h40.9V335.8z"
fill="#FFFFFF" />
<rect x="766.4" y="212.9" fill-rule="evenodd" clip-rule="evenodd" width="41" height="41"
fill="#FFFFFF" />
<rect x="807.4" y="253.9" fill-rule="evenodd" clip-rule="evenodd" width="41" height="164"
fill="#FFFFFF" />
</g>
</svg>
<h1>出错了!</h1>
<h3>请过几分钟再来访问吧</h3>
<ul>
<p>这里是放课后的下午茶时间,我们的服务器由于各种不可抗原因出现了问题,我们已经记录了这次异常,随后会对此错误进行排查修复。</br>
或者如果你知道这真的是我们的问题也可以告诉我们</br>
但大多数时候,你只是个肮脏的黑客,对吧 (-_- 决心脸)
</p>
<p>最后的最后,感谢访问放课后的下午茶时间!</p>
</ul>
</div>
</div>
<p class="footer">© 2021 <a href="https://status.fangkehou.eu.org/" target="_blank">放课后的下午茶时间</a></br><a href="https://icp.gov.moe/?keyword=20210137" target="_blank">萌ICP备20210137号</a></p>
</body>
</html>