-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
executable file
·303 lines (244 loc) · 11.6 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="google-site-verification" content="sKCEBeALSs13uui0cWMviq9hlm0rPByKQKNHnOdq-d0" />
<meta name="baidu-site-verification" content="code-MBwKQgVpns" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Songtao Gui">
<meta name="keywords" content="404 error">
<title>404 error</title>
<link rel="icon" href="/assets/favicon.svg">
<!-- Dark mode -->
<!-- <script src="https://cdn.jsdelivr.net/npm/darkmode-js@1.5.7/lib/darkmode-js.min.js"></script>
<script>
function addDarkmodeWidget()
{
const options = {
top: 'unset',
bottom: 'unset', /* default: '32px' */
right: 'unset', /* default: '32px' */
left: '50px', /* default: 'unset' */
time: '.0s', /* default: '0.3s' */
mixColor: '#fff', /* default: '#fff' */
backgroundColor: '#fff', /* default: '#fff' */
buttonColorDark: '#100f2c', /* default: '#100f2c' */
buttonColorLight: '#fff', /* default: '#fff' */
saveInCookies: true, /* default: true, */
label: '🌓', /* default: '' */
autoMatchOsTheme: true /* default: true */
};
new Darkmode(options).showWidget();
};
window.addEventListener('DOMContentLoaded', addDarkmodeWidget);
</script> -->
<link rel=preconnect href="https://fonts.gstatic.com" crossorigin=anonymous>
<link rel=stylesheet href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
crossorigin=anonymous>
<link rel=stylesheet href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css"
crossorigin=anonymous>
<link rel=stylesheet href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.5.1/leaflet.css" crossorigin=anonymous>
<link rel=stylesheet
href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7CRoboto:400,400italic,700%7CRoboto+Mono&display=swap"
crossorigin=anonymous>
<!-- locally served -->
<link rel="stylesheet" href="/css/pure.css">
<link rel=stylesheet href="/libs/academic/academic.min.css">
<link rel="stylesheet" href="/css/layout.css">
<link rel="stylesheet" href="/css/extra.css">
<link rel=stylesheet href="/css/codeset.css">
<link rel=stylesheet href="/css/admonition.css">
<link rel=stylesheet href="/css/cv.css">
<link rel=stylesheet href="/css/search-box.css">
<link rel="stylesheet" href="https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.css">
<link rel=stylesheet href="/css/vega.css">
<!-- <link rel=stylesheet href="/css/font-awesome.css"> -->
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<!-- nutshell + highlight + katex + plotly -->
<!-- end for isnotdef revealslide -->
<!-- end for isdef revealslide -->
<!-- Vega -->
<script src="https://cdn.jsdelivr.net/npm/vega@5"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-lite@5"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-embed@6"></script>
<script src="https://cdn.jsdelivr.net/npm/@svgdotjs/svg.js@3.0/dist/svg.min.js"></script>
<style media="screen">
/* Add space between Vega-Embed links */
.vega-actions a {
margin-right: 5px;
}
</style>
<!-- end Vega -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.1.2/lazysizes.min.js"
integrity="sha256-Md1qLToewPeKjfAHU1zyPwOutccPAm5tahnaw7Osw0A=" crossorigin=anonymous async></script>
</head>
<body id=top data-spy="scroll" data-offset="70" data-target=#navbar-main>
<!-- Swiftype -->
<script type="text/javascript">
(function(w,d,t,u,n,s,e){w['SwiftypeObject']=n;w[n]=w[n]||function(){
(w[n].q=w[n].q||[]).push(arguments);};s=d.createElement(t);
e=d.getElementsByTagName(t)[0];s.async=1;s.src=u;e.parentNode.insertBefore(s,e);
})(window,document,'script','//s.swiftypecdn.com/install/v2/st.js','_st');
_st('install','J57vdqtTa8oYL-ikpKNG','2.0.0');
</script>
<!-- control the navbar of my blog -->
<nav class="navbar navbar-expand-lg navbar-light compensate-for-scrollbar" id=navbar-main>
<div class=container>
<!-- Main name -->
<div class="d-none d-lg-inline-flex">
<a class=navbar-brand href="/"><span class="cv-contact">
<img class="cv-img" src="/assets/personal/namesign.svg">
</span></a>
</div>
<!-- Button for narrow mode -->
<button type=button class=navbar-toggler data-toggle=collapse data-target=#navbar-content aria-controls=navbar
aria-expanded=false aria-label="Toggle navigation">
<span><i class="fas fa-bars"></i></span>
</button>
<!-- Main name for mobile mode -->
<div class="navbar-brand-mobile-wrapper d-inline-flex d-lg-none">
<a class=navbar-brand href="/"><span class="cv-contact">
<img class="cv-img" src="/assets/personal/namesign.svg">
</span></a>
</div>
<!-- Menu items -->
<div class="navbar-collapse main-menu-item collapse justify-content-start" id=navbar-content>
<ul class="navbar-nav d-md-inline-flex">
<li class=nav-item><a class=nav-link href="/posts/"><span>Posts</span></a></li>
<li class=nav-item><a class=nav-link href="/courses/"><span>Courses</span></a></li>
<li class=nav-item><a class=nav-link href="/notebooks/"><span>Notebooks</span></a></li>
<li class=nav-item><a class=nav-link href="/cv/"><span>CurriculumVitae</span></a></li>
<li class=nav-item><a class=nav-link href="/tag/"><span>Tags</span></a></li>
</ul>
</div>
<!-- <div class="nav-linksmall d-none d-lg-inline-flex inputBox">
<input type="text" class="st-default-search-input" placeholder="Input then press ENTER" value="" required>
<div class="search"></div>
<script>
var searchForm = document.getElementById('searchForm');
searchForm.onsubmit = function () {
var url = this.action;
var q = this.children['q'].value;
var q = 'site:songtaogui.github.io+' + q
// var site = this.children['site'].value;
var url = url + '?q=' + q;
window.open(url,'__blank');
return false;
};
</script>
</div> -->
<!-- 基于bing site搜索: -->
<div class="nav-linksmall d-none d-lg-inline-flex inputBox">
<form action="https://bing.com/search" id="searchForm">
<input type="text" name="q" value="" placeholder="Input then press ENTER" value="" required>
<div class="search"></div>
</form>
<script>
var searchForm = document.getElementById('searchForm');
searchForm.onsubmit = function () {
var url = this.action;
var q = this.children['q'].value;
var q = 'site:songtaogui.github.io+' + q
// var site = this.children['site'].value;
var url = url + '?q=' + q;
window.open(url,'__blank');
return false;
};
</script>
</div>
<!-- <div class="nav-icon d-none d-lg-inline-flex"> -->
<div class="nav-icon">
<a class=nav-linksmall href="/giants" target="_blank"><span><img class="nav-img"
src="/assets/img/giant.svg"></span></a>
<a class=nav-linksmall href="/achievements/" target="_blank"><span><img class="nav-img"
src="/assets/img/achievement.svg"></span></a>
<a class=nav-linksmall href="/feed.xml" target="_blank"><span><img class="nav-img"
src="/assets/img/rss.svg"></span></a>
<a class=nav-linksmall href="/musics" target="_blank"><span><img class="nav-img"
src="/assets/img/music.svg"></span></a>
</div>
</div>
</nav>
<span class="js-widget-page d-none"></span>
<article class=article>
<div class="article-container pt-3">
</div>
<div class="article-container">
<!-- 关闭article-style, 不然跟nutshell不兼容 -->
<!-- <div class="gst-style"> -->
<div class="layout-main">
<!-- <div class="article-style"> -->
<div class="franklin-content">
<h3 id="span_classsadmon_sadmon-error404_error_page_not_found"><a href="#span_classsadmon_sadmon-error404_error_page_not_found" class="header-anchor"><span class="Sadmon Sadmon-error">404 error: Page Not Found!</span> </a></h3>
<p><span class="cadmon sadmon-note">Luckily you found me 🐱MEOW~!</span><br></p>
<img src="/assets/img/cat-wish.jpg" style="margin: 0 auto;width:40%;" align="left" />
</div>
<!-- article style -->
<div class="container">
</div>
</div><!-- control the foot of the page, dynamic load related scripts based on variables in md head -->
</div>
<!--article container -->
</article>
<!-- CONTENT ENDS HERE -->
<script src=https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin=anonymous></script>
<script src=https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.4/imagesloaded.pkgd.min.js
integrity="sha256-lqvxZrPLtfffUl2G/e7szqSvPBILGbwmsGE1MKlOi0Q=" crossorigin=anonymous></script>
<script src=https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.6/isotope.pkgd.min.js
integrity="sha256-CBrpuqrMhXwcLLUd5tvQ4euBHCdh7wGlDfNz8vbu/iI=" crossorigin=anonymous></script>
<script src=https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.js
integrity="sha256-yt2kYMy0w8AbtF89WXb2P1rfjcP/HTHLT7097U8Y5b8=" crossorigin=anonymous></script>
<script src="/libs/academic/academic.min.js"></script>
<script src="/libs/pure/ui.js"></script>
</body>
<!-- add back to top button to the end of the page -->
<a class="js-back-to-top back-to-top-button" href="#">
<img src="/assets/img/up.svg" style="width: 100px;">
</a>
<!-- <button class="js-back-to-top back-to-top-button" title="BackToTop">︽</button> -->
<script src="https://cdn.staticfile.org/jquery/2.2.4/jquery.min.js"></script>
<script>
$(function () {
var $win = $(window);
var $backToTop = $('.js-back-to-top');
// show the button when the user scrolls past 100 pixels
$win.scroll(function () {
if ($win.scrollTop() > 100) {
$backToTop.show();
} else {
$backToTop.hide();
}
});
// when the user clicks on the button, scroll to the top of the document
$backToTop.click(function () {
$('html, body').animate({
scrollTop: 0
}, 200);
});
});
</script>
<style>
/* back to top button */
.back-to-top-button {
display: none;
position: fixed;
width: 50px;
bottom: 3%;
right: 3%;
z-index: 99;
font-size: 15px;
border: 0px solid #696969;
background-color: #fff;
color: #222222;
outline: none;
cursor: pointer;
padding: 7px;
border-radius: 40px;
}
.back-to-top-button:hover {
background-color: #c0dbf5;
color: #fff;
}
</style>
</html>