-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
178 lines (133 loc) · 4.17 KB
/
index.html
File metadata and controls
178 lines (133 loc) · 4.17 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
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="google-site-verification" content="" />
<title>hack.wang blog</title>
<meta name="author" content="hack.wang">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:site_name" content="hack.wang blog"/>
<meta property="og:image" content="undefined"/>
<link href="/apple-touch-icon-precomposed.png" sizes="180x180" rel="apple-touch-icon-precomposed">
<link rel="alternate" href="/atom.xml" title="hack.wang blog" type="application/atom+xml">
<link rel="stylesheet" href="//cdn.bootcss.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="//cdn.bootcss.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/m.min.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
</head>
<body>
<a id="top"></a>
<div id='wx_pic' style='display:none;'><img src='/wx_share.png'/></div>
<div id="main">
<div class="behind">
<div class="back">
<a href="/" class="black-color"><i class="fa fa-times" aria-hidden="true"></i></a>
</div>
<div class="description">
前端工程师的知识收藏
</div>
</div>
<div class="container">
<nav class="navigator"><nav class="navbar navbar-default navbar-fixed-top">
<div class="nav-container">
<div id="site_search" class="">
<input type="text" id="local-search-input" name="q" placeholder="search" class="form-control"/>
</div>
<div id="local-search-result"></div>
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
<i class="fa fa-link fa-lg"></i>
</a>
<ul class="dropdown-content">
<li>
<a href="/links.html">
友情链接
</a>
</li>
<li>
<a href="https://github.com/monkeyhack">
Github
</a>
</li>
<li>
<a href="/">
关于我
</a>
</li>
</ul>
</li>
<li class="archives"><a href="/archives">
<i class="fa fa-archive fa-lg"></i>
</a></li>
</ul>
</div>
</nav></nav>
<ul class="posts">
<div>
<li class="post-item">
<h1 class="index-title">
<a href="/2017/02/25/hello-world/">
Hello World
</a>
</h1>
<div class="excerpt">
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hex
<a href="/2017/02/25/hello-world/">
更多
</a>
</div>
<div class="index-meta">
<time datetime="2017-02-25T15:49:44.301Z" itemprop="datePublished">
<i class="fa fa-calendar"></i>
02-25
</time>
</div>
</li>
</div>
<hr>
</ul>
<ul class="pager">
<span class="page-number current">1</span>
</ul>
</div>
</div>
<footer class="page-footer"><div class="clearfix">
</div>
<div class="right-foot container">
<div class="firstrow">
<a href="#top" target="_self">
<i class="fa fa-arrow-right"></i>
</a>
© 前端开发 2014-2017
</div>
<div class="secondrow">
<a href="https://github.com/gaoryrt/hexo-theme-pln">
hack.wang
</a>
</div>
</div>
<div class="clearfix">
</div>
</footer>
<script src="//cdn.bootcss.com/jquery/2.2.1/jquery.min.js"></script>
<script src="/js/search.js"></script>
<script type="text/javascript">
// disqus scripts
// dropdown scripts
$(".dropdown").click(function(event) {
var current = $(this);
event.stopPropagation();
$(current).children(".dropdown-content")[($(current).children(".dropdown-content").hasClass("open"))?'removeClass':'addClass']("open")
});
$(document).click(function(){
$(".dropdown-content").removeClass("open");
})
var path = "/search.xml";
searchFunc(path, 'local-search-input', 'local-search-result');
</script>
</body>
</html>