-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
94 lines (72 loc) · 3.45 KB
/
404.html
File metadata and controls
94 lines (72 loc) · 3.45 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
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
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>404 Page not found · Rosona's Blog</title>
<meta name="author" content="大白鲸">
<meta name="description" content="大白鲸团队技术博客">
<meta name="generator" content="Hugo 0.15" />
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="shortcut icon" href="https://rosona.github.io/img/favicon.ico">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/2.1.2/normalize.min.css">
<!-- Stylesheets -->
<link rel="stylesheet" href="https://rosona.github.io/css/screen.css">
<link rel="stylesheet" href="https://rosona.github.io/css/github.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/styles/default.min.css">
<!-- Stylesheet for theme color -->
<style type="text/css">
a, a:visited {color: #33cc99;}
.pagination a {color: #33cc99;}
.gist .gist-file .gist-meta a:visited {color: #33cc99 !important;}
a:focus, a:hover {color: #178b6b;}
h1.post-title a:focus, h1.post-title a:hover, h1.blog-title a:focus, h1.blog-title a:hover {color: #178b6b;}
.older-posts:hover, .newer-posts:hover {color: #178b6b;}
</style>
</head>
<body class="post-template">
<header id="site-head">
<h1 class="blog-title"><a href="https://rosona.github.io/">大白鲸团队技术博客</a></h1>
<h1 class="blog-subtitle">Deep Thinking</h1>
</header>
<main class="content" role="main">
<article class="post">
<header>
<h1 class="post-title">404 - Page not found</h1>
</header>
</article>
</main>
<footer class="site-footer">
<div class="inner">
<section class="footer-social">
<a href="//twitter.com/rongpeng@live.com" target="_blank" title="Twitter"><i class="fa fa-2x fa-fw fa-twitter"></i> <span class="hidden">Twitter</span></a>
<a href="//github.com/rosona" target="_blank" title="GitHub"><i class="fa fa-2x fa-fw fa-github"></i> <span class="hidden">GitHub</span></a>
<a href="https://rosona.github.io/index.xml" target="_blank" title="RSS"><i class="fa fa-2x fa-fw fa-rss"></i> <span class="hidden">RSS</span></a>
</section>
<section class="copyright">© 2016 <a href="https://rosona.github.io/">大白鲸</a>. rosona All rights reserved.</section>
</div>
</footer>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://rosona.github.io/js/index.js"></script>
<script src="https://rosona.github.io/js/smooth-scroll.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/highlight.min.js"></script>
<script>
smoothScroll.init({
speed: 800,
easing: 'easeInOutCubic',
updateURL: false,
offset: 125,
});
</script>
<script>hljs.initHighlightingOnLoad();</script>
<!-- Google Analytics -->
<script>
var _gaq=[['_setAccount','UA-72037954-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>