forked from nodejh/nodejh.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
162 lines (86 loc) · 4.27 KB
/
404.html
File metadata and controls
162 lines (86 loc) · 4.27 KB
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Nodejh's Blog">
<meta name="generator" content="Hugo 0.31.1" />
<title>404 Page not found · node</title>
<link rel="shortcut icon" href="http://nodejh.com/images/favicon.ico">
<link rel="stylesheet" href="http://nodejh.com/css/style.css">
<link rel="stylesheet" href="http://nodejh.com/css/highlight.css">
<link rel="stylesheet" href="http://nodejh.com/css/font-awesome.min.css">
<link href="http://nodejh.com/index.xml" rel="alternate" type="application/rss+xml" title="node" />
</head>
<body>
<nav class="main-nav">
<a href='http://nodejh.com/'> <span class="arrow">←</span>Home</a>
<a href='http://nodejh.com/post'>Archive</a>
<a href='http://nodejh.com/tags'>Tags</a>
<a href='http://nodejh.com/projects'>Projects</a>
<a href='http://nodejh.com/about'>About</a>
<a class="cta" href="http://nodejh.com/index.xml">Subscribe</a>
</nav>
<section id="wrapper" class="home">
<article class="post">
<header>
<h1>404 - Page not found</h1>
<h3>The content you're looking for doesn't seem to exist.</h3>
</header>
<ul id="post-list" class="archive readmore">
<h3>Read more</h3>
<li>
<a href="http://nodejh.com/posts/wechat-scan-qr-code-to-login/">基于公众号的微信扫码登陆实现<aside class="dates">Dec 9</aside></a>
</li>
<li>
<a href="http://nodejh.com/posts/how-to-vertically-middle-align-floated-elements-with-flexbox/">使用 Flexbox 使浮动元素垂直居中<aside class="dates">Jul 28</aside></a>
</li>
<li>
<a href="http://nodejh.com/posts/css-responsive-navigation-menu/">纯 CSS 实现响应式导航菜单<aside class="dates">Jul 28</aside></a>
</li>
<li>
<a href="http://nodejh.com/posts/vue2-tutorials-02-todolist/">实现一个TodoList - Vue2 Tutorials (二)<aside class="dates">Jul 17</aside></a>
</li>
<li>
<a href="http://nodejh.com/posts/electron-quick-start/">Electron 快速入门<aside class="dates">Jul 6</aside></a>
</li>
<li>
<a href="http://nodejh.com/posts/vue2-tutorials-01-quick-start/">快速入门 - Vue2 Tutorials (一)<aside class="dates">Jul 6</aside></a>
</li>
<li>
<a href="http://nodejh.com/posts/project-documentation-with-hexo-static-site-generator/">使用 Hexo 创建项目文档网站<aside class="dates">Jul 5</aside></a>
</li>
<li>
<a href="http://nodejh.com/posts/handy-mysql-commands/">常用 MySQL 命令<aside class="dates">Mar 30</aside></a>
</li>
<li>
<a href="http://nodejh.com/posts/understand-the-oracle-startup-process/">深入理解 Oracle 启动原理<aside class="dates">Mar 26</aside></a>
</li>
<li>
<a href="http://nodejh.com/posts/setting-environmental-variables-in-macos/">macOS/Linux 环境变量设置<aside class="dates">Mar 19</aside></a>
</li>
</ul>
</article>
<footer id="footer">
<div id="social">
<a class="symbol" href="https://www.facebook.com/nodejh">
<i class="fa fa-facebook-square"></i>
</a>
<a class="symbol" href="https://www.github.com/nodejh">
<i class="fa fa-github-square"></i>
</a>
<a class="symbol" href="https://www.twitter.com/nodejh">
<i class="fa fa-twitter-square"></i>
</a>
</div>
<p class="small">
© Copyright 2018 <i class="fa fa-heart" aria-hidden="true"></i>
</p>
<p class="small">
Powered by <a href="http://www.gohugo.io/">Hugo</a> Theme By <a href="https://github.com/nodejh/hugo-theme-cactus-plus">nodejh</a>
</p>
</footer>
</section>
</body>
</html>