-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
156 lines (72 loc) · 3.54 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
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, viewport-fit=cover" name="viewport" />
<meta name="description" content="Page Not Found" />
<meta name="hexo-theme-A4" content="v1.8.2" />
<link rel="alternate icon" type="image/webp" href="/img/favicon.ico">
<title>Nikola的博客 | 用舍由时,行藏在我</title>
<link rel="stylesheet" href="/css/a11y-dark.min.css">
<link rel="stylesheet" href="/css/reset.css">
<link rel="stylesheet" href="/css/markdown.css">
<link rel="stylesheet" href="/css/fonts.css">
<!--注意:首页既不是post也不是page-->
<link rel="stylesheet" href="/css/ui.css">
<link rel="stylesheet" href="/css/style.css">
<!--返回顶部css-->
<link rel="stylesheet" href="/css/returnToTop.css">
<link rel="stylesheet" href="/css/unicons.css">
<!--目录-->
<link rel="stylesheet" href="/css/toc.css">
<meta name="generator" content="Hexo 6.3.0"><link rel="alternate" href="/atom.xml" title="Nikola的博客" type="application/atom+xml">
</head>
<body>
<div class="left-toc-container">
<nav id="toc" class="bs-docs-sidebar"></nav>
</div>
<div class="paper">
<div class="shadow-drop-2-top paper-main">
<div class="post-main">
<div class="post-md">
<h2>Page not found.</h2>
<br>
<div style="text-align: center;">
<!--这里要如何处理-->
<a href="/">Go Back Home</a>
</div>
</div>
</div>
<div class="footer">
<span>
© 2022-2099 China
</span>
</div>
<!--这是指一条线往下的内容-->
<div class="footer-last">
<span>用舍由时,行藏在我</span>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
<!--目录-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" ></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js" type="text/javascript" ></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.tocify/1.9.0/javascripts/jquery.tocify.min.js" type="text/javascript" ></script>
<script src="/js/toc.js"></script>
<script src="/js/highlight.min.js"></script>
<script src="/js/highlightjs-line-numbers.js"></script>
<script src="/js/randomHeaderContent.js"></script>
<!--回到顶部按钮-->
<script src="/js/returnToTop.js"></script>
<script>
hljs.initHighlightingOnLoad();
hljs.initLineNumbersOnLoad();
</script>
</div>
<!-- 回到顶部的按钮-->
<div class="progress-wrap shadow-drop-2-bottom">
<svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102">
<path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98"/>
</svg>
</div>
</body>
</html>