-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
120 lines (101 loc) · 3.33 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>瞎搞</title>
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=0, width=device-width">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<meta name="description" content="一个程序猿的无聊日常">
<meta property="og:type" content="website">
<meta property="og:title" content="瞎搞">
<meta property="og:url" content="http://xxgg.co/index.html">
<meta property="og:site_name" content="瞎搞">
<meta property="og:description" content="一个程序猿的无聊日常">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="瞎搞">
<meta name="twitter:description" content="一个程序猿的无聊日常">
<link rel="stylesheet" href="/css/bootstrap.mini.css" type="text/css">
<link rel="stylesheet" href="/css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="/css/style.css" type="text/css">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5417393345473756"
crossorigin="anonymous"></script>
</head>
<body>
<div class="container">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5417393345473756"
crossorigin="anonymous"></script>
<!-- blog index -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-5417393345473756"
data-ad-slot="2753418473"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<div class="navbar center" role="navigation">
<div id="navbar-header" class="text-center">
<h1><a href="/" id="logo">瞎搞</a></h1>
</div>
</div>
<div id="wrap">
<div class="art-list center">
<div class="">
<a href="/2015/03/28/2014-summary/">
<h4>2014回顾</h4>
<span>2015.03.28</span>
</a>
</div>
<div class="">
<a href="/2014/11/23/my-gtd-experience/">
<h4>我的GTD方法论</h4>
<span>2014.11.23</span>
</a>
</div>
<div class="">
<a href="/2014/10/06/read-minds-robot/">
<h4>会读心术的机器人</h4>
<span>2014.10.06</span>
</a>
</div>
<div class="">
<a href="/2014/09/14/the-self-cultivation-of-toiletor/">
<h4>如厕者的自我修养</h4>
<span>2014.09.14</span>
</a>
</div>
<div class="">
<a href="/2014/09/01/The-Shawshank-Redemption/">
<h4>救赎之道</h4>
<span>2014.09.01</span>
</a>
</div>
<div class="">
<a href="/2014/08/24/foolish-of-social-network/">
<h4>社交网络的二逼用法</h4>
<span>2014.08.24</span>
</a>
</div>
</div>
</div>
<div class="art-list center">
<a href="/page/2/" class="fr">下一页 <i class="fa fa-arrow-right"></i></a>
<div class="clr"></div>
</div>
<div class="foot-part">
<div id="footer">
<div class="container">
<p class="text-muted text-center"><a href="/">瞎搞</a> © 2014 • produce by <a class="text-muted" href="http://veesong.github.io">Veesong</a></p>
</div>
</div>
</div>
</div>
<div style="display:none">
<script type="text/javascript">
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3Fabc28c8557d463741f768ba0d294c671' type='text/javascript'%3E%3C/script%3E"));
</script>
</div>
</body>
</html>