-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
25 lines (25 loc) · 972 Bytes
/
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
<!DOCTYPE HTML>
<html>
<head><meta name="generator" content="Hexo 3.9.0">
<meta http-equiv="content-type" content="text/html;charset=utf-8;">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="robots" content="all">
<meta name="robots" content="index,follow">
<link rel="stylesheet" type="text/css" href="https://qzone.qq.com/gy/404/style/404style.css">
</head>
<body>
<script type="text/plain" src="http://www.qq.com/404/search_children.js" charset="utf-8" homepageurl="#" homepagename="回到我的主页">
</script>
<script src="https://qzone.qq.com/gy/404/data.js" charset="utf-8"></script>
<script src="https://qzone.qq.com/gy/404/page.js" charset="utf-8"></script>
</body>
<script>
window.onload = function () {
var desc = document.getElementsByClassName('desc')[0];
var link = desc.getElementsByClassName('desc_link')[0];
link.onclick = function() {
window.history.back(-1);
}
}
</script>
</html>