-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
135 lines (94 loc) · 3.79 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
<!DOCTYPE html>
<html lang="zh">
<head>
<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="Alex的博客,记录生活、工作中的点点滴滴,记录代码生涯沿途的风景。">
<meta name="keyword" content="博客,前端,全栈">
<link rel="shortcut icon" href="/img/favicon.ico">
<title>
Alex的博客 | Alex's 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 data-ad-client="ca-pub-5905321050599350" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-53J9XSJ7ZF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-53J9XSJ7ZF');
</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-container">
<div class="index-middle">
<div class="index-about">
<i> 既要低头撸码,也要仰望星空! </i>
</div>
<!-- Main Content -->
<p style="text-align: center;font-size: 120px;color: #999999;margin-top: 200px">
404
</p>
<footer class="footer">
<ul class="list-inline text-center">
<li>
<a target="_blank" href="https://www.zhihu.com/people/yue-zi-yao">
<span class="fa-stack fa-lg">
<i class="iconfont icon-zhihu"></i>
</span>
</a>
</li>
<li>
<a target="_blank" href="https://github.com/yueziyao">
<span class="fa-stack fa-lg">
<i class="iconfont icon-github"></i>
</span>
</a>
</li>
</ul>
<p>
<span>/</span>
<span><a href="https://weekly.75.team/">奇舞周刊</a></span>
<span>/</span>
<span><a href="https://developer.mozilla.org/">MDN</a></span>
<span>/</span>
<span><a href="https://www.csdn.net/">CSDN</a></span>
<span>/</span>
</p>
<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>
</div>
</div>
</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>