-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
65 lines (64 loc) · 3.47 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
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0">
<meta name="generator" content="Hugo 0.101.0">
<meta name="generator" content="Relearn 5.2.1+tip">
<meta name="description" content="">
<meta name="author" content="吴明文">
<title>404 Page not found - aiart.website</title><link rel="icon" href="/favicon.png" type="image/png" />
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how-to-use -->
<link href="/css/fontawesome-all.min.css?1737532254" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="/css/fontawesome-all.min.css?1737532254" rel="stylesheet"></noscript>
<link href="/css/featherlight.min.css?1737532254" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="/css/featherlight.min.css?1737532254" rel="stylesheet"></noscript>
<link href="/css/auto-complete.css?1737532254" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="/css/auto-complete.css?1737532254" rel="stylesheet"></noscript>
<link href="/css/perfect-scrollbar.min.css?1737532254" rel="stylesheet">
<link href="/css/nucleus.css?1737532254" rel="stylesheet">
<link href="/css/fonts.css?1737532254" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="/css/fonts.css?1737532254" rel="stylesheet"></noscript>
<link href="/css/theme.css?1737532254" rel="stylesheet">
<link href="/css/theme-black.css?1737532254" rel="stylesheet" id="variant-style">
<link href="/css/ie.css?1737532254" rel="stylesheet">
<link href="/css/variant.css?1737532254" rel="stylesheet">
<link href="/css/print.css?1737532254" rel="stylesheet" media="print">
<script src="/js/variant.js?1737532254"></script>
<script>
// hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic:
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
var index_url="/index.json";
var root_url="/";
var baseUri=root_url.replace(/\/$/, '');
// translations
window.T_Copy_to_clipboard = '复制到剪贴板';
window.T_Copied_to_clipboard = '复制到剪贴板!';
window.T_Copy_link_to_clipboard = '将链接复制到剪贴板';
window.T_Link_copied_to_clipboard = '链接复制到剪贴板!';
// some further base stuff
var baseUriFull='/';
window.variants && variants.init( [ 'black' ] );
</script>
<script src="/js/jquery.min.js?1737532254" defer></script>
<style>
p, li, ul {
text-align: center
}
ul {
list-style-type: none;
}
</style>
</head>
<body class="mobile-support" data-url="/">
<div id="body" class="default-animation" style="margin-left:0px;">
<div id="sidebar-overlay"></div>
<main id="body-inner" class="chapter" tabindex="-1">
<div class="flex-block-wrapper">
<h1>错误</h1>
<p></p>
<p>哎哟。 看起来这个页面不存在 ¯\_(ツ)_/¯。</p>
<p></p>
<p><a href="/">转到主页</a></p>
<p><img src="/images/gopher-404.jpg" style="width:50%" alt="Page not found!"></p>
</div>
</main>
</div>
</body>
</html>