forked from tgnav/tgnav.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
42 lines (40 loc) · 1.66 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0,user-scalable=no,minimal-ui">
<title>404</title>
<meta name="keywords" content="404" />
<meta name="description" content="404" />
<link rel="shortcut icon" href="/assets/images/favicon.png">
<link rel="stylesheet" href="/static/css/style.css">
<script src="../assets/js/jquery-1.11.1.min.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M50CZY3LGQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-M50CZY3LGQ');
</script>
</head>
<body>
<div class="headercontent">
<div class="circle sunset"></div>
<div class="circle coolice"></div>
<div class="circle timber"></div>
<div class="circle pig"></div>
<div class="circle friday"></div>
</div>
<div class="relative">
<h1>404</h1>
<h2>抱歉~您要查找的页面不存在~</h2>
<a class="btn" href="/">
<svg width="64" version="1.1" xmlns="http://www.w3.org/2000/svg" height="64" viewbox="0 0 64 64" xmlns:xlink="http://www.w3.org/1999/xlink">
<g>
<path fill="#343639" d="M22.154,54.727c0.394,0.393,0.907,0.59,1.422,0.59s1.029-0.197,1.422-0.59c0.785-0.785,0.785-2.058,0-2.843 L7.193,34.078h54.781c1.111,0,2.011-0.9,2.011-2.01c0-1.11-0.899-2.011-2.011-2.011H7.193L24.998,12.25 c0.785-0.785,0.785-2.058,0-2.843s-2.058-0.786-2.844,0L0.917,30.646c-0.785,0.786-0.785,2.058,0,2.843L22.154,54.727z"></path>
</g>
</svg>
点击回到我们的主页</a>
</div>
</body>
</html>