This repository has been archived by the owner on May 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
47 lines (43 loc) · 1.74 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="5;url=/">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Jim Jiang">
<meta name="description" content="Lotlab Wiki Site">
<title>404 - LotlabWiki</title>
<link href="/assets/mui.min.css" rel="stylesheet" type="text/css" />
<link href="/assets/style.css" rel="stylesheet" />
<link href="/assets/octicons/font/octicons.min.css" rel="stylesheet" />
<base target="_blank">
</head>
<body class="hide-sidedrawer">
<header id="header">
<div class="mui-appbar mui--appbar-line-height">
<div class="mui-container-fluid">
<span class="mui--text-title appbar-brand" target="_self">LotlabWiki</span>
</div>
</div>
</header>
<div id="sidedrawer" class="mui--no-user-select">
</div>
<div id="content-wrapper">
<!-- Main content goes here -->
<div class="mui--appbar-height"></div>
<div class="mui-container-fluid mui-col-sm-10 mui-col-sm-offset-1" style="text-align:center">
<br><br>
<b class="octicon octicon-stop" style="font-size:112px;margin-left:0.1em;"></b>
<h1 class="mui--text-dark-secondary mui--text-display3">404</h1>
<p>您所访问的页面未找到</p>
<p>5秒后返回<a href="/" target="_self">首页</a></p>
</div>
</div>
<footer id="footer">
<div class="mui-container-fluid">
LotlabWiki 正在使用 <a href="https://github.com/phoenixlzx/MinoriWiki" target="_blank">MinoriWiki</a>
</div>
</footer>
</body>
</html>