forked from libos/libos.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
122 lines (101 loc) · 3.63 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Libo's Blog</title>
<meta name="description" content="Libo Blog">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/monokai-sublime.css">
<link rel="canonical" href="http://next.sh/404.html">
<link rel="alternate" type="application/rss+xml" title="Libo's Blog" href="http://next.sh/feed.xml" />
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['$','$']],
displayMath: [['$$','$$']],
processEscapes: true,
processEnvironments: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre','code'],
TeX: { equationNumbers: { autoNumber: "AMS" },
extensions: ["AMSmath.js", "AMSsymbols.js"] }
}
});
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax(), i;
for(i = 0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
</script>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?6c9fcf4561e75bd2a6bb1aa43a6b82f1";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<main>
<header class="site-header">
<div class="container">
<h1><a href="/blog/">Libo's <span>Blog</span></a></h1>
<button type="button" class="sliding-panel-button">
<span></span>
<span></span>
<span></span>
</button>
<nav class="navbar sliding-panel-content">
<ul>
<li><a href="/about" title="About">About</a></li>
<li><a href="/blog" title="Blog">Blog</a></li>
<li><a href="https://github.com/libos/libos.github.io" title="Github Repo">Github</a></li>
<li><a href="/feed.xml" target="_blank"><i class="icon icon-feed"></i></a></li>
</ul>
</nav>
</div>
</header>
<div class="sliding-panel-fade-screen"></div>
<div class="container">
<article role="article" class="page card">
<header class="post-header">
<h1 class="post-title"></h1>
</header>
<div class="post-content">
</div>
</article>
</div>
<footer class="site-footer">
<div class="container">
<ul class="social">
<li><a href="http://github.com/libos" target="_blank"><i class="icon icon-github"></i></a></li>
<li><a href="http://twitter.com/LiberSnail" target="_blank"><i class="icon icon-twitter"></i></a></li>
<li><a href="http://facebook.com/gslipt" target="_blank"><i class="icon icon-facebook"></i></a></li>
</ul>
<p class="txt-medium-gray">
<small>©2016 All rights reserved.</small>
</p>
</div>
</footer>
<script src="/js/jquery-1.11.3.min.js"></script>
<script src="/js/highlight.pack.js"></script>
<script>
hljs.initHighlightingOnLoad();
$(document).ready(function() {
$('.sliding-panel-button,.sliding-panel-fade-screen,.sliding-panel-close').on('click touchstart',function (e) {
$('.sliding-panel-content,.sliding-panel-fade-screen').toggleClass('is-visible');
e.preventDefault();
});
});
</script>
</main>
</body>
</html>