-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
94 lines (80 loc) · 3.28 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
<!DOCTYPE HTML>
<html>
<head>
<!-- hexo-inject:begin --><!-- hexo-inject:end --><meta charset="utf-8">
<title>404 | hexo-theme-freemind</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:site_name" content="hexo-theme-freemind">
<meta property="og:image" content="undefined">
<link href="favicon.png" rel="icon">
<link rel="stylesheet" href="/hexo-theme-freemind/css/themes/bootstrap.css" media="screen" type="text/css">
<link rel="stylesheet" href="/hexo-theme-freemind/css/style.css" media="screen" type="text/css">
<script src="/hexo-theme-freemind/js/jquery-2.0.3.min.js"></script><!-- hexo-inject:begin --><!-- hexo-inject:end -->
</head>
<body>
<!-- hexo-inject:begin --><!-- hexo-inject:end --><nav id="main-nav" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<button type="button" class="navbar-header navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/hexo-theme-freemind/">Freemind</a>
<div class="collapse navbar-collapse nav-menu">
<ul class="nav navbar-nav">
<li>
<a href="/hexo-theme-freemind/archives" title="All the articles.">
<i class="fa fa-archive"></i>Archives
</a>
</li>
<li>
<a href="/hexo-theme-freemind/categories" title="All the categories.">
<i class="fa fa-folder"></i>Categories
</a>
</li>
<li>
<a href="/hexo-theme-freemind/tags" title="All the tags.">
<i class="fa fa-tags"></i>Tags
</a>
</li>
<li>
<a href="/hexo-theme-freemind/about" title="About me.">
<i class="fa fa-user"></i>About
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="clearfix"></div>
<div class="container">
<div class="content">
<div class="page-header">
<h1>OMG, failed to find this article! </h1>
</div>
<div class="row-fluid page">
<div style="text-align: center">
<div class="spell-img">
<img src="/hexo-theme-freemind/images/404.png">
</div>
<input type="text" id="local-search-input" name="q" results="0" placeholder="Don't worry, search articles here!" class="st-search-input st-default-search-input form-control" style="margin-bottom:1em">
</div>
<div id="local-search-result"></div>
</div>
</div>
</div> <!-- container -->
<div class="container-narrow">
<footer> <p>
© 2014 Joseph Pan
with help from <a href="http://zespia.tw/hexo/" target="_blank">Hexo</a> and <a href="http://getbootstrap.com/" target="_blank">Twitter Bootstrap</a>. Theme by <a href="http://github.com/wzpan/hexo-theme-freemind/" target="_blank" rel="noopener">Freemind</a>.
</p> </footer>
</div> <!-- container-narrow -->
<script src="/hexo-theme-freemind/js/bootstrap.min.js"></script>
<script src="/hexo-theme-freemind/js/search.js"></script>
<script type="text/javascript">
var path = "/hexo-theme-freemind/search.xml";
searchFunc(path, 'local-search-input', 'local-search-result');
</script><!-- hexo-inject:begin --><!-- hexo-inject:end -->
</body>
</html>