-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
24 lines (22 loc) · 1.1 KB
/
404.html
File metadata and controls
24 lines (22 loc) · 1.1 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="author" content="FancyLou">
<meta name="description" content="Hi, My name is FancyLou, Welcome to my Blog. I'm an Android Developer. Here, I wrote some development articles .">
<!-- Open graph data -->
<meta property="og:site_name" content="FancyLou's Blog">
<meta property="og:title" content="FancyLou's Blog">
<meta property="og:url" content="http://www.muliba.net/">
<meta property="og:type" content="website">
<meta property="og:description" content="Hi, My name is FancyLou, Welcome to my Blog. I'm an Android Developer. Here, I wrote some development articles .">
<title>FancyLou's Blog</title>
<style type="text/css">
html,body {height:100%; width:100%; margin:0; padding:0;}
</style>
<script type="text/javascript" src="http://www.qq.com/404/search_children.js" charset="utf-8" homePageUrl="http://www.muliba.net" homePageName="回到我的主页"></script>
</head>
<body >
</body>
</html>