-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
52 lines (42 loc) · 1.25 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>404 - 绵羊领域</title>
<link href="https://sheep-realms.github.io/css/main.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="https://sheep-realms.github.io/js/main.js"></script>
</head>
<body>
<div class="main">
<div class="box top">
<div class="title">
<h1>绵羊领域</h1>
</div>
</div>
<div class="nav"></div>
<div class="box left">
<div class="side-menu">
<div class="side-menu-tltle">失去同步</div>
<a href="https://sheep-realms.github.io/index.html">首页</a>
</div>
</div>
<div class="box content">
<div class="content-top"></div>
<h2>404 - File not found</h2>
<div class="box window">
<span class="text-error text-icon"><b>[ × ]</b></span>
您访问的文件已被删除或永久移动到了某个新网址。
<div class="button-bar">
<a href="https://sheep-realms.github.io/index.html" class="button">
<div class="button-blue">返回首页</div>
</a>
</div>
</div>
<div class="content-bottom"></div>
</div>
<div class="box bottom">
</div>
</div>
<script type="text/javascript">pageload();</script>
</body>
</html>