forked from nnngu/LearningNotes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
21 lines (20 loc) · 985 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML>
<html>
<head>
<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="https://github.com/nnngu/LearningNotes"
homePageName="回到Github">
</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> -->
<div style="font-size: 38px; text-align: center;">404,页面不存在!</div>
<div style="font-size: 22px; text-align: center;"><a style="color: rgb(78,204,237);" href="/LearningNotes">返回首页</a></div>
</body>
</html>