-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
835 lines (440 loc) · 21.5 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
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
<!DOCTYPE html>
<html >
<head><meta name="generator" content="Hexo 3.9.0">
<meta charset="utf-8">
<meta name="referrer" content="no-referrer">
<!--
© SukkaW
GitHub: https://github.com/SukkaW/hexo-theme-suka
Version: 1.3.2
-->
<script>
window.lsVersion = "1.3.2",
window.oldVersion = [
"0.2.0","0.0.1","0.1.0","1.0.0","1.0.1","1.1.0","1.1.1","1.2.0","1.3.0"
]
</script>
<!-- ### DNS Prefetch ### -->
<meta http-equiv="x-dns-prefetch-control" content="on">
<!-- busuanzi -->
<link rel="dns-prefetch" href="//busuanzi.ibruce.info">
<!-- comment -->
<!-- analytics -->
<!-- ### Preload ### -->
<!-- Busuanzi -->
<link rel="preload" href="https://cdn.jsdelivr.net/npm/[email protected]/bsz.pure.mini.js" as="script">
<!-- ### Meta & Title & Info ### -->
<meta http-equiv="X-UA-Compatible" content="IE=Edge, chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
<!-- Title -->
<title>yuutan的站点</title>
<!-- favicon -->
<!-- Favicons -->
<link rel="shortcut icon" type="image/ico" href="/blog/img/favicon.ico">
<!-- Android Chrome Color -->
<meta name="format-detection" content="telephone=no">
<!-- Description -->
<meta name="description" content>
<!-- Keywords -->
<meta name="keywords" content>
<!-- Disable Fucking Bloody Baidu Tranformation -->
<meta http-equiv="Cache-Control" content="no-transform">
<meta http-equiv="Cache-Control" content="no-siteapp">
<!-- ### Import File ### -->
<!-- spectre.css -->
<link rel="stylesheet" href="/blog/lib/spectre/spectre.min.css">
<style>
body {
background-color: #f8f9fa;
}
a, a:visited {
color: #0070ff;
}
a:active, a:focus, a:hover {
color: #0070ff;
opacity: .75;
}
#post-content a,
#post-content a:hover,
#post-content a:focus,
#post-content a:visited {
color: #005eb9;
opacity: 1;
}
.post-entry .card-body a {
color: #0070ff;
}
.avatar {
background: #444;
}
.navbar-link,
.navbar-link:visited,
.timeline .timeline-item .timeline-icon.icon-lg {
color: #0070ff;
}
.navbar-link:hover {
color: #0070ff;
opacity: .8;
}
#search-input .btn,
#disqus_click_btn,
#disqus-switch-to-direct,
#disqus-loadmore-button {
background: #727e96;
border-color: #727e96;
color: #fff;
}
#post-toc a.post-toc-link,
#post-toc a.post-toc-link:visited,
.share-menu.menu .menu-item>a {
color: #727e96;
}
.share-menu.menu .menu-item>a:hover,
.share-menu.menu .menu-item>a:focus,
.share-menu.menu .menu-item>a:visited {
color: #50596c;
background: #f8f9fa;
opacity: .85;
}
</style>
<!-- style.css -->
<link rel="stylesheet" href="/blog/css/style.min.css">
<!-- Prettify Theme -->
<!-- ### Site Verification ### -->
<!-- ### RSS ### -->
<!-- ### WebApp ### -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="yuutan的站点">
<meta name="msapplication-starturl" content="http://YUUtan1994.github.io/blog">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="yuutan的站点">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Manifest Import -->
<!-- Open Search -->
<!-- ### The Open Graph & Twitter Card Protocol ### -->
<meta property="og:title" content="yuutan的站点">
<meta property="og:site_name" content="yuutan的站点">
<meta property="og:url" content="http://YUUtan1994.github.io/blog/">
<meta property="og:image" content="http://YUUtan1994.github.io/blog/img/favicon.ico">
<meta property="og:description" content>
<meta name="twitter:card" content="summary">
<meta property="og:type" content="blog">
<!-- ### Analytics ### -->
<!-- ### Canonical link ### -->
<link rel="canonical" href="http://YUUtan1994.github.io/blog/blog/">
<!-- ### Structured Data ### -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Blog",
"author": {
"@type": "Person",
"name": "Vincent Yuu",
"image": {
"@type": "ImageObject",
"url": "http://YUUtan1994.github.io/blog/img/avatar.jpeg"
},
"description": "Welcome. ようこそゆうたんのサイトへ"
},
"publisher": {
"@type": "Organization",
"name": "yuutan的站点",
"logo": {
"@type": "ImageObject",
"url": "http://YUUtan1994.github.io/blog/img/favicon.ico"
}
},
"url": "http://YUUtan1994.github.io/blog",
"logo": "http://YUUtan1994.github.io/blog/img/favicon.ico",
"image": {
"@type": "ImageObject",
"url": "http://YUUtan1994.github.io/blog/img/favicon.ico"
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "http://YUUtan1994.github.io/blog"
},
"potentialAction": {
"@type": "SearchAction",
"target": "http://YUUtan1994.github.io/blog/search?s={search_term_string}",
"query-input": "required name=search_term_string"
},
"keywords": "",
"description": ""
}
</script>
<!-- ### Custom Head ### -->
</head>
<body>
<!-- ### Main content ### -->
<!-- ## Header ##-->
<header>
<h1 class="header-title text-center"><a href="/blog/">yuutan的站点</a></h1>
<p class="text-center header-slogan">
Welcome. ようこそゆうたんのサイトへ
</p>
<nav class="navbar-section text-center">
<a href="/blog/" class="navbar-link">Home</a>
<a href="/blog/archives/" class="navbar-link">Archives</a>
<a href="/search" class="navbar-link">Search</a>
<div class="dropdown dropdown-right">
<a class="navbar-link dropdown-toggle" tabindex="0">Share</a>
<ul class="menu share-menu">
<!-- Share Weibo -->
<li class="menu-item">
<a href="http://service.weibo.com/share/share.php?appkey=&title=yuutan的站点&url=http://YUUtan1994.github.io/blog&pic=http://YUUtan1994.github.io/blog/img/favicon.ico&searchPic=false&style=simple" target="_blank" rel="noopener noreferrer nofollow">Share to Weibo</a>
</li>
<!-- Share Twitter -->
<li class="menu-item">
<a href="https://twitter.com/intent/tweet?text=yuutan的站点&url=http://YUUtan1994.github.io/blog&via=Vincent Yuu" target="_blank" rel="noopener noreferrer nofollow">Share to Twitter</a>
</li>
<!-- Share Facebook -->
<li class="menu-item">
<a href="https://www.facebook.com/sharer/sharer.php?u=http://YUUtan1994.github.io/blog" target="_blank" rel="noopener noreferrer nofollow">Share to Facebook</a>
</li>
<!-- Share Google+ -->
<li class="menu-item">
<a href="https://plus.google.com/share?url=http://YUUtan1994.github.io/blog" target="_blank" rel="noopener noreferrer nofollow">Share to Google+</a>
</li>
<!-- Share LinkedIn -->
<li class="menu-item">
<a href="https://www.linkedin.com/shareArticle?mini=true&url=http://YUUtan1994.github.io/blog&title=" target="_blank" rel="noopener noreferrer nofollow">Share to LinkedIn</a>
</li>
<!-- Share QQ -->
<li class="menu-item">
<a href="http://connect.qq.com/widget/shareqq/index.html?site=yuutan的站点&title=&summary=&pics=http://YUUtan1994.github.io/blog/img/favicon.ico&url=http://YUUtan1994.github.io/blog" target="_blank" rel="noopener noreferrer nofollow"> Share to QQ</a>
</li>
<!-- Share Telegram -->
<li class="menu-item">
<a href="https://t.me/share/url?url=http://YUUtan1994.github.io/blog&text=" target="_blank" rel="noopener noreferrer nofollow">Share to Telegram</a>
</li>
<!-- QRCode -->
<li class="menu-item">
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAAAAAB0L9x7AAABhElEQVR42u3ayw6DMAxEUf7/p9tVNwjPTCgCG102rfoIB8mKHSfbp8G1gQABYgRiE9f++/1/fu8Pb2DGBdEbUQ1S3fRowBUciBmIo4A8+o1DLo0LYiRCTTZVUIJ4P6IKzmoSAvEORDXofrCkeLk8i4K4HeEK3bOvl1bbIG5D2EWrKWarxHXpqhzErYjVxKMWPUkhFM2YIB5FVMGmgtIF56nJCkQbhEs86WTmipm4SQLicYQaQDVCVNJygQ2iN0I10KuklTTZogIJREuECzTXNHVI+TAgWiJcYLoitoKq5iqI3gi36ZZusCSNsyiLgngc4SYp9ZlbLLsiGMQshFocrxQ9slgG0RKhJix1o7QQkg8DYgRiZXF7aRYF0QaxBZdqpquNmKUuP4g2iH+apSk6aqaCaINIDwonG2zusBiIOQi7ORJOYFFTHcQYRLJBnxz6WTn8BWIm4szBDVcAgZiPWG2iq8IIxBxEmsCSZqo7QAaiPyJNPKsI23gD0RLx5AUCBIjWiC/KvlnZP33KxwAAAABJRU5ErkJggg==" alr="QRCode">
</li>
</ul>
</div>
</nav>
</header>
<div class="container">
<div class="main-container">
<main>
<div class="post-stream-container">
<!-- # Post List # -->
<script src="/blog/lib/vanilla-lazyload/lazyload.min.js" async></script>
<article class="post-entry container px-0 card">
<div class="columns col-gapless">
<div class="column col-12">
<h2 class="h5 mb-0 card-header"><a class="card-title" href="/blog/2020/01/25/yuque/TypeScript初学笔记/">TypeScript初学笔记</a></h2>
<p class="mb-0 card-body">
初言新年快乐。现在疫情还是比较严重,于是在...
<a href="/blog/2020/01/25/yuque/TypeScript初学笔记/">Read more</a>
</p>
<!-- Date & Category -->
<div class="card-footer post-entry-info text-gray">
<img class="author-thumb lazyload" data-src="/blog/img/avatar.jpeg" src="/blog/img/suka-lazyload.gif" alt="Vincent Yuu's Avatar">
<time>2020-01-25</time>
</div>
</div>
</div>
</article>
<script src="/blog/lib/vanilla-lazyload/lazyload.min.js" async></script>
<article class="post-entry container px-0 card">
<div class="columns col-gapless">
<div class="column col-12">
<h2 class="h5 mb-0 card-header"><a class="card-title" href="/blog/2020/01/03/yuque/TC39新提案——WeakReferences(弱引用)/">TC39新提案——WeakReferences(弱引用)</a></h2>
<p class="mb-0 card-body">
目前提案进度:stage 3。
<a href="/blog/2020/01/03/yuque/TC39新提案——WeakReferences(弱引用)/">Read more</a>
</p>
<!-- Date & Category -->
<div class="card-footer post-entry-info text-gray">
<img class="author-thumb lazyload" data-src="/blog/img/avatar.jpeg" src="/blog/img/suka-lazyload.gif" alt="Vincent Yuu's Avatar">
<time>2020-01-03</time>
</div>
</div>
</div>
</article>
<script src="/blog/lib/vanilla-lazyload/lazyload.min.js" async></script>
<article class="post-entry container px-0 card">
<div class="columns col-gapless">
<div class="column col-12">
<h2 class="h5 mb-0 card-header"><a class="card-title" href="/blog/2019/12/17/yuque/写给自己看的git笔记/">写给自己看的git笔记</a></h2>
<p class="mb-0 card-body">
区域分配
<a href="/blog/2019/12/17/yuque/写给自己看的git笔记/">Read more</a>
</p>
<!-- Date & Category -->
<div class="card-footer post-entry-info text-gray">
<img class="author-thumb lazyload" data-src="/blog/img/avatar.jpeg" src="/blog/img/suka-lazyload.gif" alt="Vincent Yuu's Avatar">
<time>2019-12-17</time>
</div>
</div>
</div>
</article>
<script src="/blog/lib/vanilla-lazyload/lazyload.min.js" async></script>
<article class="post-entry container px-0 card">
<div class="columns col-gapless">
<div class="column col-12">
<h2 class="h5 mb-0 card-header"><a class="card-title" href="/blog/2019/12/07/yuque/vue-cli3编译时构建优化实践/">vue-cli3编译时构建优化实践</a></h2>
<p class="mb-0 card-body">
最近研究并借鉴了一下网上对webpack优化的一些措施,也对自己所负责的项目进行了优化。项目背景:单页spa应用,大多数运行在electron端上,大概有150+页面,曾经从vue-cli2移植到vue-cli3,代码体...
<a href="/blog/2019/12/07/yuque/vue-cli3编译时构建优化实践/">Read more</a>
</p>
<!-- Date & Category -->
<div class="card-footer post-entry-info text-gray">
<img class="author-thumb lazyload" data-src="/blog/img/avatar.jpeg" src="/blog/img/suka-lazyload.gif" alt="Vincent Yuu's Avatar">
<time>2019-12-07</time>
</div>
</div>
</div>
</article>
<script src="/blog/lib/vanilla-lazyload/lazyload.min.js" async></script>
<article class="post-entry container px-0 card">
<div class="columns col-gapless">
<div class="column col-12">
<h2 class="h5 mb-0 card-header"><a class="card-title" href="/blog/2019/11/07/yuque/记一次uglifyJsPlugin报错的问题/">记一次uglifyJsPlugin报错的问题</a></h2>
<p class="mb-0 card-body">
这次碰到的问题十分简单,在前端项目使用uglifyJS压缩代码的时候报出错误:(webpack 4.x ,vue-cli3)
<a href="/blog/2019/11/07/yuque/记一次uglifyJsPlugin报错的问题/">Read more</a>
</p>
<!-- Date & Category -->
<div class="card-footer post-entry-info text-gray">
<img class="author-thumb lazyload" data-src="/blog/img/avatar.jpeg" src="/blog/img/suka-lazyload.gif" alt="Vincent Yuu's Avatar">
<time>2019-11-07</time>
</div>
</div>
</div>
</article>
<script src="/blog/lib/vanilla-lazyload/lazyload.min.js" async></script>
<article class="post-entry container px-0 card">
<div class="columns col-gapless">
<div class="column col-12">
<h2 class="h5 mb-0 card-header"><a class="card-title" href="/blog/2019/09/24/yuque/记一次浏览器自动填充保存后密码问题/">记一次浏览器自动填充保存后密码问题</a></h2>
<p class="mb-0 card-body">
问题描述接手一个前端历史项目的...
<a href="/blog/2019/09/24/yuque/记一次浏览器自动填充保存后密码问题/">Read more</a>
</p>
<!-- Date & Category -->
<div class="card-footer post-entry-info text-gray">
<img class="author-thumb lazyload" data-src="/blog/img/avatar.jpeg" src="/blog/img/suka-lazyload.gif" alt="Vincent Yuu's Avatar">
<time>2019-09-24</time>
</div>
</div>
</div>
</article>
<script src="/blog/lib/vanilla-lazyload/lazyload.min.js" async></script>
<article class="post-entry container px-0 card">
<div class="columns col-gapless">
<div class="column col-12">
<h2 class="h5 mb-0 card-header"><a class="card-title" href="/blog/2019/05/22/yuque/web字体实践方案/">web字体实践方案</a></h2>
<p class="mb-0 card-body">
Web字体是一种CSS特性,允许您指定在访问时随您的网站一起下载的字体文件,这意味着任何支持Web字体的浏览器都可以使用您指定的字体。引入方法很简单,在css文件中声明@...
<a href="/blog/2019/05/22/yuque/web字体实践方案/">Read more</a>
</p>
<!-- Date & Category -->
<div class="card-footer post-entry-info text-gray">
<img class="author-thumb lazyload" data-src="/blog/img/avatar.jpeg" src="/blog/img/suka-lazyload.gif" alt="Vincent Yuu's Avatar">
<time>2019-05-22</time>
</div>
</div>
</div>
</article>
<script src="/blog/lib/vanilla-lazyload/lazyload.min.js" async></script>
<article class="post-entry container px-0 card">
<div class="columns col-gapless">
<div class="column col-12">
<h2 class="h5 mb-0 card-header"><a class="card-title" href="/blog/2019/05/05/yuque/hello world/">hello world</a></h2>
<p class="mb-0 card-body">
这是第一篇从语雀发布的文章。
<a href="/blog/2019/05/05/yuque/hello world/">Read more</a>
</p>
<!-- Date & Category -->
<div class="card-footer post-entry-info text-gray">
<img class="author-thumb lazyload" data-src="/blog/img/avatar.jpeg" src="/blog/img/suka-lazyload.gif" alt="Vincent Yuu's Avatar">
<time>2019-05-05</time>
</div>
</div>
</div>
</article>
<script src="/blog/lib/vanilla-lazyload/lazyload.min.js" async></script>
<article class="post-entry container px-0 card">
<div class="columns col-gapless">
<div class="column column-thumbnail col-4 col-lg-12">
<a href="/blog/2019/01/21/async-await/">
<div class="post-thumbnail lazyload" data-bg="url(https://cdn-images-1.medium.com/max/2400/1*2Nco5zYP_Xv-5-FgL6kCuw.png)"></div>
</a>
</div>
<div class="column column-body col-8 col-lg-12">
<h2 class="h5 mb-0 card-header"><a class="card-title" href="/blog/2019/01/21/async-await/">async await初步理解</a></h2>
<p class="mb-0 card-body">
Promise和generator的语法糖async-await 是建立在 promise机制之上的,并不能取代其地位。
<a href="/blog/2019/01/21/async-await/">Read more</a>
</p>
<!-- Date & Category -->
<div class="card-footer post-entry-info text-gray">
<img class="author-thumb lazyload" data-src="/blog/img/avatar.jpeg" src="/blog/img/suka-lazyload.gif" alt="Vincent Yuu's Avatar">
<time>2019-01-21</time>
<span class="suka-devide-dot"></span>
<a class="category-link" href="/blog/categories/学习笔记/">学习笔记</a>
</div>
</div>
</div>
</article>
</div>
</main>
</div>
</div>
<!-- ### Footer ### -->
<footer class="text-center">
<!-- footer copyright -->
<p class="footer-copyright mb-0">Copyright © <span data-year></span>
<a class="footer-copyright-a" href="http://YUUtan1994.github.io/blog">yuutan的站点</a>
</p>
<!-- footer custom text -->
<p class="footer-text mb-0">
</p>
<!-- footer develop info -->
<p class="footer-develop mb-0">
<!-- Busuanzi User Views -->
<span id="busuanzi_container_site_uv" hidden>
<span></span>
<span id="busuanzi_value_site_uv"></span>
<span>Viewers</span>
<span>|</span>
</span>
Powered by <!--
--><a href="https://hexo.io" target="_blank" class="footer-develop-a" rel="nofollow noopener noreferrer">Hexo</a><span class="footer-develop-divider"></span>Theme - <!--
--><a href="https://github.com/SukkaW/hexo-theme-suka" target="_blank" class="footer-develop-a" rel="noopener">Suka</a>
</p>
</footer>
<!-- ### Import File ### -->
<!-- ### Footer JS Import ### -->
<script>
window.lazyLoadOptions = {
elements_selector: ".lazyload",
threshold: 50
};
/* Copyright */
var copyrightNow = new Date().getFullYear();
var copyrightContent = document.querySelector('span[data-year]')
copyrightSince = 2019;
if (copyrightSince === copyrightNow) {
copyrightContent.textContent = copyrightNow
} else {
copyrightContent.textContent = copyrightSince + ' - ' + copyrightNow
}
/* Cnosole Log */
console.log('\n %c Suka Theme (hexo-theme-suka) | © SukkaW | Verision 1.3.2 %c https://github.com/SukkaW/hexo-theme-suka \n', 'color: #fff; background: #444; padding:5px 0;', 'background: #bbb; padding:5px 0;');
</script>
<!-- vanilla-lazyload -->
<script src="/blog/lib/vanilla-lazyload/lazyload.min.js" async></script>
<!-- Busuanzi -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/bsz.pure.mini.js" async></script>
<!-- Offset -->
<!-- gallery.js -->
<!-- Comment -->
<!-- ### Custom Footer ### -->
</body>
</html>