-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
196 lines (102 loc) · 5.16 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
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
<!DOCTYPE html>
<html lang="en">
<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.4" />
<link rel="alternate icon" type="image/webp" href="/img/sf_1.jpg">
<title>ShuFuJia</title>
<link rel="stylesheet" href="/css/highlight/style1.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">
<link rel="stylesheet" href="/css/returnToLastPage.css">
<link href="
https://cdn.jsdelivr.net/npm/[email protected]/dist/css/lightgallery.min.css
" rel="stylesheet">
<meta name="generator" content="Hexo 7.1.1"></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>
© 2024-2024 China
</span>
</div>
<!--这是指一条线往下的内容-->
<div class="footer-last">
<span>🌊知之愈明,则行之愈笃;行之愈笃,则知之愈益明🌊</span>
<span class="footer-last-span-right"><i>本站由<a target="_blank" rel="noopener" href="https://hexo.io/zh-cn/index.html">Hexo</a>驱动|使用<a target="_blank" rel="noopener" href="https://github.com/HiNinoJay/hexo-theme-A4">Hexo-theme-A4</a>主题</i></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/randomHeaderContent.js"></script>
<!--回到顶部按钮-->
<script src="/js/returnToTop.js"></script>
<script src="/js/returnToLastPage.js"></script>
<script src="
https://cdn.jsdelivr.net/npm/[email protected]/dist/js/lightgallery.min.js
"></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>
<!-- 返回的按钮-->
<div class="return-to-last-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>
<!--暗黑模式-->
<script src="/js/darkmode-js.min.js"></script>
<script>
function addDarkmodeWidget() {
const options = {
bottom: '53px', // default: '32px'
right: 'unset', // default: '32px'
left: '42px', // default: 'unset'
time: '0.3s', // default: '0.3s'
mixColor: '#fff', // default: '#fff'
backgroundColor: ' #e4e4e4 ', // default: '#fff'
buttonColorDark: '#100f2c', // default: '#100f2c'
buttonColorLight: '#fff', // default: '#fff'
saveInCookies: true, // default: true,
label: '🌓', // default: ''
autoMatchOsTheme: true // default: true
}
const darkmode = new Darkmode(options);
darkmode.showWidget();
}
window.addEventListener('load', addDarkmodeWidget);
</script>
</html>