-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
96 lines (59 loc) · 2.78 KB
/
404.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
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta http-equiv="x-dns-prefetch-control" content="on" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 Page not found · 深樹博客</title>
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net" />
<link rel="shortcut icon" href="https://spiritree.github.io/blog/images/favicon.ico">
<link rel="stylesheet" href="https://spiritree.github.io/blog/css/style.min.css">
<link rel="stylesheet" href="https://spiritree.github.io/blog/css/highlight.css">
</head>
<body>
<nav class="main-nav">
<a href='https://spiritree.github.io/blog/'> <span class="arrow">←</span>Home</a>
<a href='https://spiritree.github.io/blog/post'>Archive</a>
<a href='https://spiritree.github.io/blog/tags'>Tags</a>
<a href='https://spiritree.github.io/blog/about'>About</a>
</nav>
<section id="wrapper" class="home">
<article class="post">
<header>
<h1>404 - Page not found</h1>
<h3>The content you're looking for doesn't seem to exist.</h3>
</header>
<ul id="post-list" class="archive readmore">
<h3>Read more</h3>
<li>
<a href="https://spiritree.github.io/blog/post/2020/01/babel-plugin/">深入原理:Babel原理与Babel插件实践<aside class="dates">Jan 28 2020</aside></a>
</li>
<li>
<a href="https://spiritree.github.io/blog/post/2019/10/macinstall/">我的电脑装了什么(2019版)<aside class="dates">Oct 3 2019</aside></a>
</li>
<li>
<a href="https://spiritree.github.io/blog/post/2019/03/tsstart/">Why and How TypeScript?<aside class="dates">Mar 13 2019</aside></a>
</li>
<li>
<a href="https://spiritree.github.io/blog/post/2018/12/2018/">2018年报总结<aside class="dates">Dec 31 2018</aside></a>
</li>
<li>
<a href="https://spiritree.github.io/blog/post/2018/07/uploadcanvasimg/">一键上传canvas所生成的图片至CDN<aside class="dates">Jul 17 2018</aside></a>
</li>
<li>
<a href="https://spiritree.github.io/blog/post/2018/06/passive/">addEventListener中的passive属性踩坑<aside class="dates">Jun 23 2018</aside></a>
</li>
</ul>
</article>
<footer id="footer">
<p class="small">
© Copyright 2022 <i class="fa fa-heart" aria-hidden="true"></i>
</p>
<p class="small">
Powered by <a href="http://www.gohugo.io/">Hugo</a> Theme By <a href="https://github.com/spiritree">spiritree</a>
</p>
</footer>
</section>
</body>
</html>