-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror.html
297 lines (293 loc) · 4.74 KB
/
error.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Edgeless-Http Panic</title>
<link rel="shortcut icon" href="https://home.edgeless.top/favicon.ico" />
</head>
<body>
<div id="page">
<div id="container">
<h1>: (</h1>
<h2>你的网页遇到问题,需要重新启动。</h2>
<h2>我们只收集某些错误信息,然后为你重新启动。</h2>
<h2>完成 <span id="percentage">0</span>%</h2>
<div id="details">
<div id="qr">
<div id="image">
<img
src="/img/qrcode.png"
alt="QR Code"
width="200"
height="200"
/>
</div>
</div>
<div id="stopcode">
<h5 style="font-size: 16px">
有关此问题的详细信息和可能的解决方法,请联系Edgeless工作人员
</h5>
<h5 style="font-size: 16px">
如果联系工作人员,请向他们提供以下信息:
<br />
<p id="codeblock">终止代码:HTTP_STATUS_403</p>
</h5>
</div>
</div>
</div>
</div>
<script>
function GetQueryValue(queryName) {
var reg = new RegExp("(^|&)" + queryName + "=([^&]*)(&|$)", "i");
var r = window.location.search.substr(1).match(reg);
if (r != null) {
return decodeURI(r[2]);
} else {
return null;
}
}
document.getElementById("codeblock").innerText =
"终止代码:HTTP_STATUS_" +
(GetQueryValue("code") != null ? GetQueryValue("code") : "403");
var percentageElement = document.getElementById("percentage");
var percentage = 0;
function process() {
percentage += parseInt(Math.random() * 10);
if (percentage > 100) {
percentage = 100;
document.location = "https://home.edgeless.top";
}
percentageElement.innerText = percentage;
processInterval();
}
function processInterval() {
setTimeout(process, Math.random() * (1000 - 500) + 500);
}
processInterval();
</script>
</body>
</html>
<style>
body {
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
#page {
display: table;
}
body {
background: #106faa;
}
body {
color: #fefeff;
}
#page {
height: 100%;
}
body {
height: 100vh;
}
h3,
h2,
body,
h1 {
margin-left: 0;
}
body,
#page {
margin-bottom: 0;
}
#page {
margin-left: auto;
}
h1,
h3,
h2,
body {
margin-right: 0;
}
body {
margin-top: 0;
}
h1 {
font-weight: normal;
}
h1 {
font-weight: 300;
}
h2,
h3,
h1,
h4 {
padding-left: 0;
}
#page {
margin-right: auto;
}
#page {
margin-top: -0.625pc;
}
#page {
width: 70%;
}
h3,
h2,
h4,
h1 {
padding-bottom: 0;
}
h4,
h2,
h1,
h3 {
padding-right: 0;
}
h4,
h3,
h2,
h1 {
padding-top: 0;
}
h1,
h4,
h3,
h2 {
margin-bottom: 18.75pt;
}
#page {
font-size: 1.9vw;
}
#container {
display: table-cell;
}
#container {
vertical-align: middle;
}
h2,
h5,
h3,
h1,
h4 {
margin-top: 0;
}
h2 {
font-weight: normal;
}
#details {
display: flex;
}
h2 {
font-weight: 300;
}
#details {
flex-flow: row;
}
h3 {
font-weight: normal;
}
h3 {
font-weight: 300;
}
#details {
flex-wrap: nowrap;
}
#image img {
width: 4em;
}
h4 {
font-weight: normal;
}
#details {
padding-top: 0.104166667in;
}
h4 {
font-weight: 300;
}
#image img {
height: 4em;
}
h4,
h5 {
margin-left: 0;
}
#qr {
flex: 0 1 auto;
}
h4,
h5 {
margin-right: 0;
}
h5 {
font-weight: normal;
}
h5 {
font-weight: 300;
}
#image {
background: white;
}
h5 {
padding-left: 0;
}
h5 {
padding-bottom: 0;
}
h5 {
padding-right: 0;
}
h5 {
padding-top: 0;
}
#image {
padding-left: 0.052083333in;
}
h5 {
margin-bottom: 18.75pt;
}
h1 {
font-size: 6.5em;
}
h1 {
margin-bottom: 10px;
}
h2 {
font-size: 1.5em;
}
h4 {
font-size: 1.4em;
}
h4 {
line-height: 1.5em;
}
h5 {
line-height: 1.1em;
}
#image {
padding-bottom: 0.052083333in;
}
h5 {
font-size: 1.3em;
}
#image {
padding-right: 0.052083333in;
}
#image {
padding-top: 0.052083333in;
}
#image {
line-height: 0;
}
#stopcode {
padding-left: 10px;
}
#stopcode {
flex: 1 1 auto;
}
@media (min-width: 840px) {
#page {
font-size: 140%;
}
#page {
width: 50pc;
}
}
</style>