-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (82 loc) · 3.29 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1, minimum-scale=1,maximum-scale=1, user-scalable=no"/>
<meta name="renderer" content="webkit">
<title>
拳头巴掌的博客
</title>
<link rel="alternate" href="/atom.xml" title="拳头巴掌的博客" type="application/atom+xml">
<link rel="icon" type="image/png" href="/assets/i/favicon.png">
<link rel="apple-touch-icon-precomposed" href="/assets/i/app-icon72x72@2x.png">
<link rel="stylesheet" href="/assets/style/blog.css"/>
<link rel="stylesheet" href="/assets/lib/prettify/prettify-night.css"/>
<script src="/assets/lib/seajs/3.0.0/sea.js"></script>
<script src="/assets/script/seajs.config.js"></script>
</head>
<body>
<header class="area-page-header">
<div class="inner">
<h1 class="logo"><a href="/" title="回首页">拳头巴掌</a></h1>
<div class="m-page-nav" id="j_page_nav">
<a class="page-nav-btn"></a>
<ul>
<li><a href="/about.html" target="_self">关于我</a></li>
<li><a href="/archives.html" target="_self">文章归档</a></li>
<li><a href="https://github.com/worklinwu" target="_blank">github</a></li>
<li><a href="http://www.linwu.name/HtmlConvertToCss" target="_self"><strong>HtmlConvertToCss</strong></a></li>
</ul>
<div class="nav-label"></div>
</div>
<div class="m-search">
<form method="get" id="j_search" action="/" class="control-group">
<input type="text" name="search" class="search-input"/>
<button type="submit" class="submit-btn">搜索</button>
</form>
</div>
</div>
</header>
<section class="m-article-list-thumb" id="j_article_list">
<ul class="clearfix">
</ul>
<div class="m-paging" id="j_paging">
<a class="prev disabled"><</a>
<a class="next disabled">></a>
</div>
</section>
<script type="text/javascript">
seajs.use(["assets/script/index.js"], function(index) {});
</script>
<div class="m-gotop" id="j_gotop" title="回到顶部">回到顶部</div>
<footer class="area-page-footer">
<div class="friend-links">友情链接 :
<a href="http://willerce.com/" target="_blank">willerce</a>
<a href="http://linjunfeng.com/" target="_blank">Junfo</a>
</div>
<div class="footer-info">
© 2016 linwu   
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>
</div>
</footer>
<script type="text/javascript">
seajs.use(["common", "jquery"], function (common) {
$(function () {
common.init_page_nav();
common.init_gotop();
});
});
// 百度统计
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?1989ec4c01507dc2525b30aca7d56f8e";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script>
</script>
</body>
</html>