-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
45 lines (42 loc) · 1.43 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
<!DOCTYPE html>
<html lang="zh-cn">
<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,maximum-scale=1.0,user-scalable=0" />
<title>未找到网页 • 方块世界</title>
<link
rel="shortcut icon"
href="https://imgtu.ly2018.top/img/2022/07/220714_zzHPVzPZ_ICON.png" />
<link rel="stylesheet" href="preset.css" />
<link rel="stylesheet" href="404.css" />
<link
rel="apple-touch-icon"
href="https://imgtu.ly2018.top/img/2022/07/220714_zzHPVzPZ_ICON.png" />
</head>
<body>
<a href="..">
<div class="four-zero-four">404</div>
<div class="message">
<div>你要的网站找不到了 qwq</div>
<div>点击任意位置以回到主页</div>
<div class="txtSmall"><br />如果不是自身原因导致的话</div>
<div class="txtSmall">可以向群内的QuarkPixel反映</div>
</div>
</a>
<footer>
<div class="info">
<div>
© 2022
<a href="https://www.genecraft.top">
Genesis Craft 方块世界</a>
保留所有权利
</div>
<a href="https://beian.miit.gov.cn"
target="_blank">浙ICP备18045561号-3</a>
</div>
</footer>
</body>
</html>