-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
39 lines (38 loc) · 1.08 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="description" content="404" />
<meta
name="description"
content="你访问的页面找不回来了,但是我们可以一起寻找失踪宝贝" />
<meta
name="description"
content="公益404页面是由腾讯公司员工志愿者自主发起的互联网公益活动。" />
<meta
name="keywords"
content="404,404 公益计划,404 错误页面,一起寻找失踪宝贝" />
<title>寻找失踪宝贝 - 公益 404</title>
<style>
.desc a {
text-align: left;
font-weight: bold;
text-decoration: none;
color: #10d07a;
margin-left: 10px;
}
.desc a:hover {
color: #0066cc; /* 超链接色号 #0066cc */
text-decoration: none;
}
</style>
</head>
<body>
<script
type="text/javascript"
src="//volunteer.cdn-go.cn/404/latest/404.js"
charset="utf-8"
homePageUrl="/"
homePageName="返回主页"></script>
</body>
</html>