-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
31 lines (31 loc) · 1.09 KB
/
404.html
File metadata and controls
31 lines (31 loc) · 1.09 KB
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no">
<title>出错啦</title>
<link rel="shortcut icon" href="https://wuufeii.github.io/favicon.ico">
<link rel="stylesheet" href="https://wuufeii.github.io/assets/css/reset.css">
<link rel="stylesheet" href="https://wuufeii.github.io/assets/css/fonts/iconfont.css">
<link rel="stylesheet" href="https://wuufeii.github.io/assets/css/main.css">
<style>
html {
height: 100%;
}
body {
background-color: #B396FF;
color: #fff;
height: 100%;
}
</style>
</head>
<body>
<div class="error-box">
<h1>404</h1>
<p><i class="iconfont icon-biaoqing-nanguo"></i>糟糕,您访问的页面走丢了</p>
<p><i class="iconfont icon-biaoqing-dai"></i>别着急,坐下喝杯茶休息一会再试试</p>
<p><i class="iconfont icon-biaoqing-weixiao"></i>不用担心,您还可以返回首页重新试试</p>
<a href="https://wuufeii.github.io">返回首页</a>
</div>
</body>
</html>