-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path404.html
79 lines (72 loc) · 2.79 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
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="zh-Hans">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=width=400, initial-scale=1">
<meta name="description" content="错误页面 404,请返回主页或联系管理员。">
<title>WeDot 引擎 | 404</title>
<link rel="stylesheet" href="/css/main.css">
<link rel="icon" type="image/svg+xml" href="/logo/wedot-icon.svg">
<link rel="stylesheet" href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/font-awesome/6.0.0/css/all.min.css">
<script src="//lib.baomitu.com/pjax/0.2.8/pjax.min.js" type="text/javascript"></script>
<script src="//lib.baomitu.com/translate.js/3.7.2/translate.js" type="text/javascript"></script>
<!-- <script src="//lib.baomitu.com/Darkmode.js/1.5.7/darkmode-js.min.js" type="text/javascript"></script> -->
<script src="/js/main.js" type="text/javascript"></script>
</head>
<body>
<!-- 背景 -->
<div class="area">
<ul class="circles">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
<!-- 导航栏 -->
<nav>
<div class="nav-content max-width">
<a class="logo" href="/">
<img alt="WeDot 图标" title="WeDot 图标" src="/logo/wedot-logo2_text.svg" />
</a>
<div class="ul">
<a title="主页" href="/"><i class="fa fa-home"></i>
<div class="narrow-hide">主页</div>
</a>
<a title="WeDot 文档" href="https://docs-wedot.pj568.sbs"><i class="fa fa-book"></i>
<div class="narrow-hide">文档</div>
</a>
<a title="WeDot 论坛" href="/forum"><i class="fa fa-comment"></i>
<div class="narrow-hide">论坛</div>
</a>
<a title="WeDot 进展" href="https://todo-wedot.pj568.sbs"><i class="fa fa-tasks"></i>
<div class="narrow-hide">进展</div>
</a>
<a title="关于 WeDot 引擎" href="https://github.com/Wedot-Engine"><i class="fa fa-info-circle"></i>
<div class="narrow-hide">关于</div>
</a>
<a title="更改语言" id="translate"><i class="fa fa-language"></i>
<div class="narrow-hide">语言</div>
</a>
<!-- <a title="切换深色模式" id="dark_b" href="javascript:;"><i class="fa fa-adjust"></i><div class="narrow-hide">模式</div></a> -->
</div>
</div>
</nav>
<!-- 主要内容 -->
<div class="container max-width">
<h1 title="Nothing found." class="top-space">404</h1>
<p>不好意思,这里什么都没有。要不试试<a href="/">主页</a>?</p>
</div>
<div class="loading-bar">
<div class="progress"></div>
</div>
<script src="//lf6-cdn-tos.bytecdntp.com/cdn/expire-1-y/instant.page/5.1.0/instantpage.min.js"
type="text/javascript"></script>
</body>
</html>