-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
135 lines (78 loc) · 4.67 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="en">
<head>
<meta charset="utf-8" />
<title>Page not found</title>
<link href="//cdn.jsdelivr.net" rel="dns-prefetch">
<link href="//cdnjs.cloudflare.com" rel="dns-prefetch">
<link href="//at.alicdn.com" rel="dns-prefetch">
<link href="//fonts.googleapis.com" rel="dns-prefetch">
<link href="//fonts.gstatic.com" rel="dns-prefetch">
<link href="///disqus.com" rel="dns-prefetch">
<link href="//c.disquscdn.com" rel="dns-prefetch">
<link href="//www.google-analytics.com" rel="dns-prefetch">
<meta name="author" content="Wei Hu">
<meta name="description" content="Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again.">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@twitter_username">
<meta name="twitter:title" content="Wei's Blog (SEO Version)">
<meta name="twitter:description" content="Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again.">
<meta name="twitter:image" content="/images/avatar.png">
<meta property="og:type" content="website">
<meta property="og:title" content="Wei's Blog (SEO Version)">
<meta property="og:description" content="Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again.">
<meta property="og:url" content="https://vector1983.github.io/404.html">
<meta property="og:image" content="/images/avatar.png">
<meta name="generator" content="Hugo 0.55.6">
<link rel="canonical" href="https://vector1983.github.io/404.html">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="format-detection" content="telephone=no,email=no,adress=no">
<meta http-equiv="Cache-Control" content="no-transform">
<meta name="robots" content="index,follow">
<meta name="referrer" content="origin-when-cross-origin">
<meta name="google-site-verification" content="_moDmnnBNVLBN1rzNxyGUGdPHE20YgbmrtzLIbxaWFc">
<meta name="msvalidate.01" content="22596E34341DD1D17D6022C44647E587">
<meta name="theme-color" content="#02b875">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Wei's Blog">
<meta name="msapplication-tooltip" content="Wei's Blog">
<meta name='msapplication-navbutton-color' content="#02b875">
<meta name="msapplication-TileColor" content="#02b875">
<meta name="msapplication-TileImage" content="/icons/icon-144x144.png">
<link rel="icon" href="https://vector1983.github.io/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://vector1983.github.io/icons/icon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://vector1983.github.io/icons/icon-32x32.png">
<link rel="icon" sizes="192x192" href="https://vector1983.github.io/icons/icon-192x192.png">
<link rel="apple-touch-icon" href="https://vector1983.github.io/icons/icon-152x152.png">
<link rel="manifest" href="https://vector1983.github.io/manifest.json">
<link rel="preload" href="https://vector1983.github.io/styles/main-rendered.min.css" as="style">
<link rel="preload" href="https://fonts.googleapis.com/css?family=Lobster" as="style">
<link rel="preload" href="https://vector1983.github.io/images/avatar.png" as="image">
<link rel="preload" href="https://vector1983.github.io/images/grey-prism.svg" as="image">
<style>
body {
background: rgb(244, 243, 241) url('/images/grey-prism.svg') repeat fixed;
}
</style>
<link rel="stylesheet" href="https://vector1983.github.io/styles/main-rendered.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lobster">
<!--[if lte IE 8]>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/html5shiv.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dest/respond.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/videojs-ie8.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/classList.min.js"></script>
<![endif]-->
</head>
<body>
<div class="not-found">
<h1 class="error-emoji"></h1>
<p class="error-text">/* 404 page not found. */</p>
<p class="error-link"><a href="https://vector1983.github.io/">↑ Back Home ↑</a></p>
</div>
<script src="https://vector1983.github.io/scripts/index.min.js"></script>
</body>
</html>