-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
111 lines (77 loc) · 2.92 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
<!DOCTYPE html>
<html lang="en">
<head><meta name="generator" content="Hexo 3.8.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="google-site-verification" content="xBT4GhYoi5qRD5tr338pgPM5OWHHIDR6mNg1a3euekI">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="fuyuhuyu 的博客">
<meta name="keyword" content>
<link rel="shortcut icon" href="/img/favicon.ico">
<title>
fuyuhuyu 的博客 | fuyuhuyu blog
</title>
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/aircloud.css">
<link rel="stylesheet" href="/css/gitment.css">
<!--<link rel="stylesheet" href="https://imsun.github.io/gitment/style/default.css">-->
<link href="//at.alicdn.com/t/font_620856_pl6z7sid89qkt9.css" rel="stylesheet" type="text/css">
<!-- ga & ba script hoook -->
<script></script>
</head>
<body>
<div class="site-nav-toggle" id="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
<div class="index-about">
<i> sometimes code, sometimes design </i>
</div>
<div class="index-container">
<div class="index-middle">
<!-- Main Content -->
<p style="text-align: center;font-size: 120px;color: #999999;margin-top: 200px">
404
</p>
</div>
</div>
<footer class="footer">
<ul class="list-inline text-center">
<li>
<a target="_blank" href="https://www.zhihu.com/people/xing-xin-er-14">
<span class="fa-stack fa-lg">
<i class="iconfont icon-zhihu"></i>
</span>
</a>
</li>
<li>
<a target="_blank" href="https://github.com/HuyuYasumi">
<span class="fa-stack fa-lg">
<i class="iconfont icon-github"></i>
</span>
</a>
</li>
</ul>
<p>
<span id="busuanzi_container_site_pv">
<span id="busuanzi_value_site_pv"></span>PV
</span>
<span id="busuanzi_container_site_uv">
<span id="busuanzi_value_site_uv"></span>UV
</span>
Created By <a href="https://hexo.io/">Hexo</a> Theme <a href="https://github.com/aircloud/hexo-theme-aircloud">AirCloud</a></p>
</footer>
</body>
<script>
// We expose some of the variables needed by the front end
window.hexo_search_path = "search.json"
window.hexo_root = "/"
window.isPost = false
</script>
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script>
<script src="/js/index.js"></script>
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
</html>