-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
32 lines (32 loc) · 1.54 KB
/
404.html
File metadata and controls
32 lines (32 loc) · 1.54 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
32
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Cache-Control" content="no-transform">
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, shrink-to-fit=no">
<meta name="referrer" content="origin">
<title>404 未找到页面</title>
<link type="image/x-icon" rel="shortcut icon" href="https://cdn.jsdelivr.net/gh/first19326/cdn@master/static/image/website/logo.png">
<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/gh/first19326/cdn@master/static/font/Poppins.css">
<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/gh/first19326/cdn@master/static/css/404.css">
<script type="text/javascript">
function reload() {
window.location.reload(true);
}
</script>
</head>
<body>
<div class="error-page">
<div class="content">
<h1 data-text="404">404</h1>
<h4 data-text="哎呀!页面找不到了">哎呀!页面找不到了</h4>
<p>抱歉,您要访问的页面不存在。</p>
<div class="buttons">
<a href="javascript:;" onclick="reload();">刷新页面</a>
<a href="https://xinza1.github.io" target="_self">返回首页</a>
</div>
</div>
</div>
</body>
</html>