-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
119 lines (81 loc) · 2.87 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>404 Page not found - Chen Yuan's Blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<meta name="keywords" content="">
<link rel="canonical" href="">
<link rel="shortcut icon" href="http://dasheyuan.com/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="http://dasheyuan.com/css/combined-min.css">
<style type="text/css">
code:hover
{
min-width:97%;
overflow-x: visible;
width:fit-content;
width:-webkit-fit-content;
width:-moz-fit-content;
}
</style>
</head>
<body class="">
<div class="site-wrap">
<header class="site-header px2 px-responsive">
<div class="mt2 wrap">
<div class="measure">
<a href="http://dasheyuan.com" class="site-title">Chen Yuan's Blog</a>
<nav class="site-nav right">
<a href="http://dasheyuan.com/post">日志</a>
<a href="http://dasheyuan.com/tags">标签</a>
<a href="http://dasheyuan.com/about">关于</a>
</form>
</nav>
<div class="clearfix"></div>
</div>
</div>
</header>
<div class="post p2 p-responsive wrap" role="main">
<div class="measure">
<div align="center">
<script type="text/javascript" src="http://www.qq.com/404/search_children.js" charset="utf-8"></script>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="p2 wrap">
<div class="measure mt1 center">
<nav class="social-icons icons">
<a class="fa fa-weibo weibo" href="http://weibo.com/dasheyuan" target="_blank"></a>
<a class="fa fa-github github" href="https://github.com/dasheyuan" target="_blank"></a>
</nav>
<small>
Copyright © Chen Yuan 2016-2017<br>
Powered by <a href="http://gohugo.io/" target="_blank">Hugo</a> & <a href="https://github.com/azmelanar/hugo-theme-pixyll" target="_blank">Pixyll.</a>
Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>
</small>
</div>
</div>
</footer>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['$','$'], ['\\(','\\)']],
displayMath: [['$$','$$'], ['\[','\]']],
processEscapes: true,
processEnvironments: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
TeX: { equationNumbers: { autoNumber: "AMS" },
extensions: ["AMSmath.js", "AMSsymbols.js"] }
}
});
</script>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.1.0/styles/default.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.1.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>