-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
738 lines (520 loc) · 31.2 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
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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" >
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<title>【猎闲集】</title>
<meta name="description" content="【盗泉】故事版" />
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="/story/css/component.css" />
<link rel="stylesheet" type="text/css" href="/story/css/screen.css" />
<meta name="generator" content="【猎闲集】">
<script src="http://static.duoshuo.com/embed.js"></script>
</head>
<body>
<div class="container">
<div class="mp-pusher" id="mp-pusher">
<i id="scroll-up" class="fa fa-angle-up"></i>
<nav id="mp-menu" class="mp-menu">
<div class="mp-level">
<a data-pjax class="back-home" style="font-size: 20px" href="/story/"><h2 ><i class="fa fa-home"></i>
Home</h2></a>
<ul class="first-level">
<li>
<a class="fa fa-archive" href="#"><i class="fa fa-angle-left">
</i> Archive</a>
<div class="mp-level page-list">
<h2 ><i class="fa fa-archive"></i>
Archive</h2>
<a class="mp-back" href="#">back</a>
<form id="search-form" action="">
<input type="text" class="search search-archive" placeholder="Search.."/>
</form>
<ul>
<div class="mp-scroll">
<li class="search-archive-li mp-pjax">
<a href="/story/55/">第五五闲:米从何来</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/54/">第五四闲:世代驸马</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/53/">第五三闲:凫兔相搦</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/52/">第五二闲:皇家擦屁股师</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/51/">第五一闲:师徒情深</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/50/">第五〇闲:营丘士好诘难</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/49/">第四九闲:醉酒的危害</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/48/">第四八闲:量头与剪绳</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/47/">第四七闲:以夸事眩之</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/46/">第四六闲:所托非人</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/45/">第四五闲:演讲障碍</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/44/">第四四闲:可持烛来</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/43/">第四三闲:殿中执法</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/42/">第四二闲:真喝醉了</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/41/">第四一闲:“党”的关怀</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/40/">第四〇闲:两家都没事</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/39/">第三九闲:醉鬼不醉</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/38/">第三八闲:一茶定理</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/37/">第三七闲:不善言谈</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/36/">第三六闲:鞵楦生履</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/35/">第三五闲:乌髭药</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/34/">第三四闲:多一个人</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/33/">第三三闲:城外窃盗未获耳</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/32/">第三二闲:请待公孙彊</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/31/">第三一闲:言必信行必果</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/30/">第三十闲:肉食者其智若此</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/29/">第二九闲:必覆满洲</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/28/">第二八闲:果然还是难忘</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/27/">第二七闲:齐国之君好乐</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/26/">第二六闲:绝知此事,毋须躬行</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/25/">第二五闲:请粥庶弟之母</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/24/">第二四闲:乐哉斯丘</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/23/">第二三闲:更理会蝌蚪时事也</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/22/">第二二闲:李冰与川盐</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/21/">第二一闲:说骖于旧馆</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/20/">第二〇闲:靠扁豆维生</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/19/">第一九闲:獬豸不乞食</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/18/">第一八闲:士之有诔</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/17/">第一七闲:风暴间接致死</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/16/">第一六闲:奴隶还是主人</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/15/">第一五闲:孔子门人嗜学</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/14/">第一四闲:刈以喂驴也</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/13/">第一三闲:驱除胡虏,恢复中华</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/12/">第一二闲:贵市生鹿</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/11/">第一一闲:限额的民族英雄</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/10/">第一〇闲:温水煮可汗</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/9/">第九闲:晋文公欲伐卫</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/8/">第八闲:覆醢之丧</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/7/">第七闲:早走一步而错失的银牌</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/6/">第六闲:只求前日小儿得效方</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/5/">第五闲:季武子命之哭</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/4/">第四闲:守财奴哈里发</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/3/">第三闲:不幸好色</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/2/">第二闲:年九十而尚少</a>
</li>
<li class="search-archive-li mp-pjax">
<a href="/story/1/">第一闲:续命大法好</a>
</li>
</div>
</ul>
</div>
</li>
<li class="mp-pjax"><a class="fa fa-user" href="/story/about"> About</a></li>
<li><a class="fa fa-random" id="random" href="/story/41"> Random</a></li>
<li><a class="fa fa-github" href="http://sx349.github.io/"> Blog</a></li>
</ul>
</div>
</nav>
<div id="pjax">
<div class="pjax-hidden" style="display: none">
<a data-pjax href="/story/55/">第五五闲:米从何来</a>
<a data-pjax href="/story/54/">第五四闲:世代驸马</a>
<a data-pjax href="/story/53/">第五三闲:凫兔相搦</a>
<a data-pjax href="/story/52/">第五二闲:皇家擦屁股师</a>
<a data-pjax href="/story/51/">第五一闲:师徒情深</a>
<a data-pjax href="/story/50/">第五〇闲:营丘士好诘难</a>
<a data-pjax href="/story/49/">第四九闲:醉酒的危害</a>
<a data-pjax href="/story/48/">第四八闲:量头与剪绳</a>
<a data-pjax href="/story/47/">第四七闲:以夸事眩之</a>
<a data-pjax href="/story/46/">第四六闲:所托非人</a>
<a data-pjax href="/story/45/">第四五闲:演讲障碍</a>
<a data-pjax href="/story/44/">第四四闲:可持烛来</a>
<a data-pjax href="/story/43/">第四三闲:殿中执法</a>
<a data-pjax href="/story/42/">第四二闲:真喝醉了</a>
<a data-pjax href="/story/41/">第四一闲:“党”的关怀</a>
<a data-pjax href="/story/40/">第四〇闲:两家都没事</a>
<a data-pjax href="/story/39/">第三九闲:醉鬼不醉</a>
<a data-pjax href="/story/38/">第三八闲:一茶定理</a>
<a data-pjax href="/story/37/">第三七闲:不善言谈</a>
<a data-pjax href="/story/36/">第三六闲:鞵楦生履</a>
<a data-pjax href="/story/35/">第三五闲:乌髭药</a>
<a data-pjax href="/story/34/">第三四闲:多一个人</a>
<a data-pjax href="/story/33/">第三三闲:城外窃盗未获耳</a>
<a data-pjax href="/story/32/">第三二闲:请待公孙彊</a>
<a data-pjax href="/story/31/">第三一闲:言必信行必果</a>
<a data-pjax href="/story/30/">第三十闲:肉食者其智若此</a>
<a data-pjax href="/story/29/">第二九闲:必覆满洲</a>
<a data-pjax href="/story/28/">第二八闲:果然还是难忘</a>
<a data-pjax href="/story/27/">第二七闲:齐国之君好乐</a>
<a data-pjax href="/story/26/">第二六闲:绝知此事,毋须躬行</a>
<a data-pjax href="/story/25/">第二五闲:请粥庶弟之母</a>
<a data-pjax href="/story/24/">第二四闲:乐哉斯丘</a>
<a data-pjax href="/story/23/">第二三闲:更理会蝌蚪时事也</a>
<a data-pjax href="/story/22/">第二二闲:李冰与川盐</a>
<a data-pjax href="/story/21/">第二一闲:说骖于旧馆</a>
<a data-pjax href="/story/20/">第二〇闲:靠扁豆维生</a>
<a data-pjax href="/story/19/">第一九闲:獬豸不乞食</a>
<a data-pjax href="/story/18/">第一八闲:士之有诔</a>
<a data-pjax href="/story/17/">第一七闲:风暴间接致死</a>
<a data-pjax href="/story/16/">第一六闲:奴隶还是主人</a>
<a data-pjax href="/story/15/">第一五闲:孔子门人嗜学</a>
<a data-pjax href="/story/14/">第一四闲:刈以喂驴也</a>
<a data-pjax href="/story/13/">第一三闲:驱除胡虏,恢复中华</a>
<a data-pjax href="/story/12/">第一二闲:贵市生鹿</a>
<a data-pjax href="/story/11/">第一一闲:限额的民族英雄</a>
<a data-pjax href="/story/10/">第一〇闲:温水煮可汗</a>
<a data-pjax href="/story/9/">第九闲:晋文公欲伐卫</a>
<a data-pjax href="/story/8/">第八闲:覆醢之丧</a>
<a data-pjax href="/story/7/">第七闲:早走一步而错失的银牌</a>
<a data-pjax href="/story/6/">第六闲:只求前日小儿得效方</a>
<a data-pjax href="/story/5/">第五闲:季武子命之哭</a>
<a data-pjax href="/story/4/">第四闲:守财奴哈里发</a>
<a data-pjax href="/story/3/">第三闲:不幸好色</a>
<a data-pjax href="/story/2/">第二闲:年九十而尚少</a>
<a data-pjax href="/story/1/">第一闲:续命大法好</a>
<a data-pjax class="fa fa-user" href="/story/about"> About me</a>
</div>
<nav class="nexus">
<li style="border-left: 1px solid #c6d0da;">
<a id="trigger" href="#"><i class="fa fa-bars"></i></a>
</li>
<li ><a id="nexus-back" data-pjax href="/story/">【猎闲集】</a></li>
</nav>
<div class="scroller">
<div class="scroller-inner">
<!-- -->
<!--<body class="home-template">-->
<!---->
<main class="content" role="main">
<article class="post">
<header class="post-header">
<div class="tag-tile">
<span class="fa fa-bookmark" style="float:right;color:#f39c12"></span>
</div>
<h1 class="post-title"><a data-pjax href="/story/55/">第五五闲:米从何来</a>
</h1>
<div class="post-meta">
Post on<span class="fa fa-clock-o"></span>
<time datetime="2016-02-20T16:00:00.000Z"
itemprop="datePublished">2016-02-21</time>
</div>
</header>
<section class="post-excerpt">
<p>
<hr>
<p>齐国有个富人,家财万贯,但是两个儿子都很笨,父亲平时也不教育他们。<br>
</p>
</section>
</article>
<article class="post">
<header class="post-header">
<div class="tag-tile">
<span class="fa fa-bookmark" style="float:right;color:#f39c12"></span>
</div>
<h1 class="post-title"><a data-pjax href="/story/54/">第五四闲:世代驸马</a>
</h1>
<div class="post-meta">
Post on<span class="fa fa-clock-o"></span>
<time datetime="2016-02-19T16:00:00.000Z"
itemprop="datePublished">2016-02-20</time>
</div>
</header>
<section class="post-excerpt">
<p>
<hr>
<p>唐朝名将郭子仪以武举入仕,多次平叛,位极人臣,死后还被追赠太师之位。<br>
</p>
</section>
</article>
<article class="post">
<header class="post-header">
<div class="tag-tile">
<span class="fa fa-bookmark" style="float:right;color:#f39c12"></span>
</div>
<h1 class="post-title"><a data-pjax href="/story/53/">第五三闲:凫兔相搦</a>
</h1>
<div class="post-meta">
Post on<span class="fa fa-clock-o"></span>
<time datetime="2016-02-18T16:00:00.000Z"
itemprop="datePublished">2016-02-19</time>
</div>
</header>
<section class="post-excerpt">
<p>
<hr>
<p>马服君赵奢能征善战,他去世后,赵国擢升他的儿子赵括为大奖,不料被武安君白起抓住,还被坑杀四十万。<br>
</p>
</section>
</article>
<article class="post">
<header class="post-header">
<div class="tag-tile">
<span class="fa fa-bookmark" style="float:right;color:#f39c12"></span>
</div>
<h1 class="post-title"><a data-pjax href="/story/52/">第五二闲:皇家擦屁股师</a>
</h1>
<div class="post-meta">
Post on<span class="fa fa-clock-o"></span>
<time datetime="2016-02-17T16:00:00.000Z"
itemprop="datePublished">2016-02-18</time>
</div>
</header>
<section class="post-excerpt">
<p>
<hr>
<p>国王亨利八世有一个皇家擦屁股师。<br>
</p>
</section>
</article>
<article class="post">
<header class="post-header">
<div class="tag-tile">
<span class="fa fa-bookmark" style="float:right;color:#f39c12"></span>
</div>
<h1 class="post-title"><a data-pjax href="/story/51/">第五一闲:师徒情深</a>
</h1>
<div class="post-meta">
Post on<span class="fa fa-clock-o"></span>
<time datetime="2016-02-16T16:00:00.000Z"
itemprop="datePublished">2016-02-17</time>
</div>
</header>
<section class="post-excerpt">
<p>
<hr>
<p>著名钢琴家拉赫玛尼诺夫喜欢于安静的环境创作,他曾说:“没有比安静独处对我更有帮助。”<br>
</p>
</section>
</article>
<article class="post">
<header class="post-header">
<div class="tag-tile">
<span class="fa fa-bookmark" style="float:right;color:#f39c12"></span>
</div>
<h1 class="post-title"><a data-pjax href="/story/50/">第五〇闲:营丘士好诘难</a>
</h1>
<div class="post-meta">
Post on<span class="fa fa-clock-o"></span>
<time datetime="2016-02-15T16:00:00.000Z"
itemprop="datePublished">2016-02-16</time>
</div>
</header>
<section class="post-excerpt">
<p>
<hr>
<p>营丘有个读书人,脑子不太灵光,喜欢问问题却讲不通道理。<br>
</p>
</section>
</article>
<article class="post">
<header class="post-header">
<div class="tag-tile">
<span class="fa fa-bookmark" style="float:right;color:#f39c12"></span>
</div>
<h1 class="post-title"><a data-pjax href="/story/49/">第四九闲:醉酒的危害</a>
</h1>
<div class="post-meta">
Post on<span class="fa fa-clock-o"></span>
<time datetime="2016-02-14T16:00:00.000Z"
itemprop="datePublished">2016-02-15</time>
</div>
</header>
<section class="post-excerpt">
<p>
<hr>
<p>1788年的Karansebes之战可谓是军事史上的一笔黑色幽默。<br>
</p>
</section>
</article>
<article class="post">
<header class="post-header">
<div class="tag-tile">
<span class="fa fa-bookmark" style="float:right;color:#f39c12"></span>
</div>
<h1 class="post-title"><a data-pjax href="/story/48/">第四八闲:量头与剪绳</a>
</h1>
<div class="post-meta">
Post on<span class="fa fa-clock-o"></span>
<time datetime="2016-02-13T16:00:00.000Z"
itemprop="datePublished">2016-02-14</time>
</div>
</header>
<section class="post-excerpt">
<p>
<hr>
<p>清朝名儒李席珍中了举人后,六次进京赶考,屡试不第。<br>
</p>
</section>
</article>
<article class="post">
<header class="post-header">
<div class="tag-tile">
<span class="fa fa-bookmark" style="float:right;color:#f39c12"></span>
</div>
<h1 class="post-title"><a data-pjax href="/story/47/">第四七闲:以夸事眩之</a>
</h1>
<div class="post-meta">
Post on<span class="fa fa-clock-o"></span>
<time datetime="2016-02-12T16:00:00.000Z"
itemprop="datePublished">2016-02-13</time>
</div>
</header>
<section class="post-excerpt">
<p>
<hr>
<p>名家的著名人物公孙龙去拜见赵文王,想要说些大话吓吓他,于是故意对赵文王说些“大鹏九万里”、“钓连鳌”之类的故事。<br>
</p>
</section>
</article>
<article class="post">
<header class="post-header">
<div class="tag-tile">
<span class="fa fa-bookmark" style="float:right;color:#f39c12"></span>
</div>
<h1 class="post-title"><a data-pjax href="/story/46/">第四六闲:所托非人</a>
</h1>
<div class="post-meta">
Post on<span class="fa fa-clock-o"></span>
<time datetime="2016-02-11T16:00:00.000Z"
itemprop="datePublished">2016-02-12</time>
</div>
</header>
<section class="post-excerpt">
<p>
<hr>
<p>当年《天龙八部》在报纸上连载时,金庸因外出旅游,就托付倪匡帮他写稿。<br>
</p>
</section>
</article>
<nav class="pagination" role="pagination">
<span class="page-number">Page 1 of 6</span>
<a data-pjax class="older-posts" href="/story/page/2/">Older Posts →</a>
</nav>
</main>
<footer class="site-footer">
<div class="inner">
<section class="copyright"><a href="/story/"></a> © 【猎闲集】 2015</section>
<section class="poweredby">Published with <a target="_blank" href="http://hexo.io/">Hexo </a> and Theme by <a target="_blank" href="https://github.com/yuche/hexo-theme-kael">Kael</a></section>
</div>
</footer>
</div>
</div><!-- /scroller -->
</div><!-- /pusher -->
</div><!-- /container -->
</div>
<!-- Easter eggs -->
<div class="egg animated">
<a id="close-button" href="#">X</a>
<div class="block">
<div class="loading">
<span class="ball1"></span>
<span class="ball2"></span>
</div>
</div>
</div>
<script src="//cdn.staticfile.org/jquery/1.11.0/jquery.min.js"></script>
<script>
if (!window.jQuery) {
var script = document.createElement('script');
script.src = "/story/js/jquery.min.js";
document.body.appendChild(script);
}
</script>
<script type="text/javascript" src="/story/js/lib.js"></script>
<script type="text/javascript" src="/story/js/main.js"></script>
</body>
</html>