-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
114 lines (84 loc) · 3.83 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="generator" content="Hugo 0.90.1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="format-detection" content="telephone=no, date=no, address=no, email=no" />
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/remixicon/remixicon.css"><link rel="stylesheet" href="/css/tony.min.2cd909c3b2b4f0eb1f6b8dbe02a8be4ed8a7456895a39f284818ed1e771073c6.css" integrity="sha256-LNkJw7K08Osfa42+Aqi+TtinRWiVo58oSBjtHncQc8Y="/>
<link rel="shortcut icon" href="/images/t.jpg" type="image/x-icon" />
<title>404 Page not found</title>
<meta name="author" content="Finn" /><meta name="description" content="Finn's Blog" />
<link rel="canonical" href="https://zhangfinn.github.io/404.html" />
</head>
<header id="header-div" class="tony-header-fixed">
<div class="header-div1">
<a href="https://zhangfinn.github.io/" style="display:inline-block;">
<img src="/images/t.jpg">
</a>
</div>
<div class="header-div2">
<a href="/"><button class="btn btn-light">首页</button></a>
<a href="/archives/"><button class="btn btn-light">归档</button></a>
</div>
</header>
<body>
<div id="header_info">
<nav class="header-nav reveal error-page">
<a href="/" title="404 Not Found" class="header-logo nuxt-link-active" style="text-decoration:none;">
404 :)
</a>
<p class="lead" style="margin-top: 0px;display:block">
抱歉,你请求的内容消失嘞
</p>
<a href="/" class="nuxt-link-active">
<button type="button" class="btn back-home btn-primary">
Back to Home | 返回首页
</button>
</a>
</nav>
</div>
</body>
<div>
<a href="https://github.com/zhangfinn" target="_blank" style="text-decoration:none">
<div class="goup-container footer-github">
<i class="ri-github-fill footer-github-icon"></i>
</div>
</a>
<div class="footer reveal">
<p>
Copyright <i class="ri-copyright-line"></i> · 2022 · Finn ·
<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" style="text-decoration: none;color: inherit;font-size: 14px;font-weight: 500;">
CC BY-NC 4.0
</a>
</p>
<p>
Powered by <a href="https://github.com/gohugoio/hugo">Hugo</a> | Theme is <a href="https://github.com/ThemeTony/hugo-theme-tony">Tony</a>
</p>
</div>
</div>
<script src="/js/jquery.min.js"></script><script src="/js/tony.min.c2ca69d7dc4c532864c7a4df16274a0274811cdcef839d00e23489497d2e7b73.js" integrity="sha256-wspp19xMUyhkx6TfFidKAnSBHNzvg50A4jSJSX0ue3M="></script><script src="/js/medium-zoom.min.js"></script>
<script>
mediumZoom(document.querySelectorAll('div.article-content img'), {
background: '#fff'
});
</script>
<script>
(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https'){
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else{
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
</html>