-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
213 lines (150 loc) · 5.62 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE HTML>
<html >
<head>
<meta charset="UTF-8">
<title>海青iOSNote</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=3, minimum-scale=1">
<meta name="author" content="xuhaiqing">
<meta name="description" content="404">
<link rel="alternate" href="/atom.xml" title="海青iOSNote" type="application/atom+xml">
<link rel="icon" href="/img/favicon.ico">
<link rel="apple-touch-icon" href="/img/pacman.jpg">
<link rel="apple-touch-icon-precomposed" href="/img/pacman.jpg">
<link rel="stylesheet" href="/css/style.css" type="text/css">
</head>
<body>
<header>
<div>
<div id="imglogo">
<a href="/"><img src="/img/logo.svg" alt="海青iOSNote" title="海青iOSNote"/></a>
</div>
<div id="textlogo">
<h1 class="site-name"><a href="/" title="海青iOSNote">海青iOSNote</a></h1>
<h2 class="blog-motto">Life is to love</h2>
</div>
<div class="navbar"><a class="navbutton navmobile" href="#" title="菜單">
</a></div>
<nav class="animated">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/archives">Archives</a></li>
<li>
<form class="search" action="/search/index.html" method="get" accept-charset="utf-8">
<label>Search</label>
<input type="text" id="search" autocomplete="off" name="q" maxlength="20" placeholder="搜索" />
</form>
</li>
</ul>
</nav>
</div>
</header>
<div id="container">
<div id="main" class="default" itemscope itemprop="blogPost">
<article itemprop="articleBody">
<header class="article-info clearfix">
<h1 itemprop="name">
<a href="/404.html" title="" itemprop="url"></a>
</h1>
<p class="article-author">By
<a href="http://www.jianshu.com/users/c2cf7afe4f85/latest_articles" title="xuhaiqing">xuhaiqing</a>
</p>
<p class="article-time">
<time datetime="2016-02-03T08:43:45.000Z" itemprop="datePublished">2016-02-03</time>
更新日期:<time datetime="2016-02-03T08:43:45.000Z" itemprop="dateModified">2016-02-03</time>
</p>
</header>
<div class="article-content">
<html>
<head>
<meta charset="UTF-8">
<title>404</title>
</head>
<body>
<script type="text/javascript" src="http://www.qq.com/404/search_children.js" charset="utf-8"></script>
</body>
</html>
</div>
<footer class="article-footer clearfix">
<div class="article-share" id="share">
<div data-url="http://www.jianshu.com/users/c2cf7afe4f85/latest_articles/404.html" data-title="海青iOSNote" data-tsina="null" class="share clearfix">
</div>
</div>
</footer>
</article>
<section class="comment">
<div class="ds-thread"></div>
</section>
</div>
<div class="openaside"><a class="navbutton" href="#" title="顯示側邊欄"></a></div>
<div id="asidepart">
<div class="closeaside"><a class="closebutton" href="#" title="隱藏側邊欄"></a></div>
<aside class="clearfix">
<div class="rsspart">
<a href="/atom.xml" target="_blank" title="rss">RSS 訂閱</a>
</div>
</aside>
</div>
</div>
<footer><div id="footer" >
<div class="line">
<span></span>
<div class="author"></div>
</div>
<section class="info">
<p> Hello ,我是海青! <br/>
Life is to love.</p>
</section>
<div class="social-font clearfix">
</div>
<p class="copyright">Powered by <a href="http://hexo.io" target="_blank" title="hexo">hexo</a> and Theme by <a href="https://github.com/A-limon/pacman" target="_blank" title="Pacman">Pacman</a> © 2016
<a href="http://www.jianshu.com/users/c2cf7afe4f85/latest_articles" target="_blank" title="xuhaiqing">xuhaiqing</a>
</p>
</div>
</footer>
<script src="/js/jquery-2.1.0.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.navbar').click(function(){
$('header nav').toggleClass('shownav');
});
var myWidth = 0;
function getSize(){
if( typeof( window.innerWidth ) == 'number' ) {
myWidth = window.innerWidth;
} else if( document.documentElement && document.documentElement.clientWidth) {
myWidth = document.documentElement.clientWidth;
};
};
var m = $('#main'),
a = $('#asidepart'),
c = $('.closeaside'),
o = $('.openaside');
$(window).resize(function(){
getSize();
if (myWidth >= 1024) {
$('header nav').removeClass('shownav');
}else
{
m.removeClass('moveMain');
a.css('display', 'block').removeClass('fadeOut');
o.css('display', 'none');
}
});
c.click(function(){
a.addClass('fadeOut').css('display', 'none');
o.css('display', 'block').addClass('fadeIn');
m.addClass('moveMain');
});
o.click(function(){
o.css('display', 'none').removeClass('beforeFadeIn');
a.css('display', 'block').removeClass('fadeOut').addClass('fadeIn');
m.removeClass('moveMain');
});
$(window).scroll(function(){
o.css("top",Math.max(80,260-$(this).scrollTop()));
});
});
</script>
<a href="https://github.com/zhaojiewen"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://camo.githubusercontent.com/82b228a3648bf44fc1163ef44c62fcc60081495e/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_red_aa0000.png"></a>
</body>
</html>