-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
98 lines (77 loc) · 2.87 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
<!DOCTYPE html>
<html class='borderbox'>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0,
maximum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="alternate" hreflang="x-default" href="" />
<!-- google verify and baidu verify -->
<meta name="google-site-verification" content="joolptd8YEk3DYbnLzqB6hkhqyM0_UkEvB4XS6-Vfgc" />
<meta name="baidu-site-verification" content="9nNaof1vhh" />
<title>404 Not Found</title>
<meta name="description" content="这是我的中文博客,记录自己在技术、生活等方面的一些感想。博客叫 Storm Spirit, 因为我特别喜欢 Dota 里蓝猫这个英雄,可惜玩得不好…… 希望自己能够通过博客,得到成长。
">
<meta name="keywords" content="">
<link rel="canonical" href="http://wulfric.me/404.html">
<link type="text/css" rel="stylesheet" href="/assets/app.css" media=screen>
</head>
<body>
<div class='content'>
<h1 class='header-header'>
<a class="site-title" href="/">
<span id='titile-first-part'>STORM</span><span id='titile-last-part'>SPIRIT </span>
</a>
</h1>
<nav class='header-nav'>
<a class="page-link" href="/">HOME</a>
/
<a class="page-link" href="/archive/">ARCHIVE</a>
/
<a class="page-link" href="/feed.xml">FEED</a>
/
<a class="page-link" href="/about/">ABOUT</a>
</nav>
<div class='main'>
<h2 id='title-404'>404 NOT FOUND</h2>
<p>
The answer, my friend, is blowin’ in the wind,
</p>
<p>
The answer is blowin’ in the wind.
</p>
</div>
<footer>
wulfric © 2013~2023. All rights reserved.
</footer>
</div>
<script type="text/javascript" src="/assets/app.js"></script>
<script type="text/javascript">
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F5df5db8eb71e11a9a0fc1df6ca607529' type='text/javascript'%3E%3C/script%3E"));
</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>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-54608037-1', 'auto');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
</body>
</html>