-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
81 lines (55 loc) · 2.77 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- (1) Optimize for mobile versions: http://goo.gl/EOpFl -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- (1) force latest IE rendering engine: bit.ly/1c8EiC9 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>404</title>
<meta name="description" content="April's Blog" />
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="canonical" href="http://www.aprilme.com/404.html">
<link rel="shortcut icon" href="/assets/images/favicon.ico">
<script src="/assets/js/jquery-1.11.1.min.js"></script>
<!-- <link rel="stylesheet" href="">
<link rel="stylesheet" href="http://brick.a.ssl.fastly.net/Linux+Libertine:400,400i,700,700i/Open+Sans:400,400i,700,700i">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">-->
<!--<script type="text/javascript" src="/assets/js/jquery.fitvids.js"></script>-->
</head>
<body>
<!-- header start -->
<a href="http://www.aprilme.com" rel="nofollow" class="logo-readium"><span class="logo" style="background-image: url(/assets/images/df_logo.jpg)"></span></a>
<!-- header end -->
<!-- content start -->
<div class="page-content">
<div class="wrapper">
<script type="text/javascript" src="http://www.qq.com/404/search_children.js" charset="utf-8"></script>
</div>
</div>
<!-- content end -->
<!-- footer start -->
<footer class="site-footer">
<a class="subscribe" href="/feed.xml"> <span class="tooltip"> <i class="fa fa-rss"></i> Subscribe!</span></a>
<div class="inner">
<section class="copyright">All content copyright <a href="mailto:[email protected]">April</a> © 2014 • All rights reserved.</section>
<section class="poweredby">Made with <a href="http://jekyllrb.com"> Jekyll</a></section>
</div>
</footer>
<!-- footer end -->
<script async type="text/javascript" src="/assets/js/index.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-56431956-1', 'auto');
ga('send', 'pageview');
</script>
<link rel="stylesheet" type="text/css" media="screen" href="/css/main.css" />
<link rel="stylesheet" type="text/css" media="print" href="/css/print.css" />
</body>
</html>