-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
executable file
·31 lines (31 loc) · 1.32 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>404 | ZYBUG</title>
<meta name="keywords" content="404,zybug">
<meta name="description" content="404">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link type="text/css" media="all" href="https://github.zybug.com/404/bootstrap.css" rel="stylesheet">
<link type="text/css" media="all" href="https://github.zybug.com/404/404.css" rel="stylesheet">
<meta http-equiv="refresh" content="5;URL=https://github.zybug.com/">
</head>
<body>
<div class="animationload" style="display: none;">
<div class="loader" style="display: none;">
</div>
</div>
<div id="wrapper">
<div class="container">
<div class="info">
<h1>哎呀! <br>服务器出了一些问题</h1>
<p>您正在寻找的页面被移动、删除、重命名或不存在.</p>
<a href="http://www.zybug.com/" class="btn">返回</a>
</div>
<div class="giraffe">
<div class="eye"></div>
</div>
</div>
</div>
</body>
</html>