-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path404.html
More file actions
83 lines (75 loc) · 4.09 KB
/
404.html
File metadata and controls
83 lines (75 loc) · 4.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>404 Page Not Found · KBEngine</title>
<meta name="description" content="">
<meta name="author" content="kbe">
<link rel="author" href="https://plus.google.com/103832793361409130288/posts">
<link rel="stylesheet" href="https://kbengine.github.io//assets/css/bootstrap.min.css">
<link rel="stylesheet" href="https://kbengine.github.io//assets/css/style.css">
<link rel="stylesheet" href="https://kbengine.github.io//assets/css/bootstrap-responsive.min.css">
<!--[if lt IE 9]>
<script type="text/javascript" src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-47029808-1']);
_gaq.push(['_setDomainName', 'kbengine.org']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="https://kbengine.github.io//">KBEngine</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="https://kbengine.github.io//">Overview</a></li>
<li><a href="https://kbengine.github.io//blog/">Blog</a></li>
<li><a href="https://kbengine.github.io//forum/">Forum</a></li>
<li><a href="https://kbengine.github.io//docs/">Docs</a></li>
<li><a href="https://kbengine.github.io//screenshots/">Screenshots</a></li>
<li><a href="mailto:kbengine_maillist@googlegroups.com">Support</a></li>
<li><a href="https://kbengine.github.io//cn/">中文</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="masthead" style="border-bottom: none">
<h1>404 Page Not Found</h1>
<p>Sorry, can't find that page.</p>
<p>
<a class="btn btn-large btn-primary" href="https://kbengine.github.io//">Oh well, show me the overview!</a>
</p>
</div>
<footer class="footer">
<p>Code licensed under the <a class="ga-track" href="http://www.gnu.org/copyleft/lgpl.html" target="_blank">Lesser General Public Licence v3</a>. Documentation licensed under <a class="ga-track" href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
<p>You may have noticed this design approach is a shamless reworking of <a class="ga-track" href="http://twitter.github.com/bootstrap/">Twitter's Bootstrap</a> github page.</p>
<p>Icons from <a class="ga-track" href="http://glyphicons.com">Glyphicons Free</a>, licensed under <a class="ga-track" href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
</footer>
</div>
<script type="text/javascript" src="{{ site.baseurl }}/assets/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="{{ site.baseurl }}/assets/js/bootstrap.min.js"></script>
<script type="text/javascript">
// jquery-1.7.2.min.js local fallback
typeof jQuery == 'undefined' && document.write('<script src="{{ site.baseurl }}/assets/js/jquery-1.7.2.min.js" type="text/javascript"><\/script>');
// bootstrap.min.js local fallback
typeof jQuery != 'undefined' && typeof jQuery.fn.modal == 'undefined' && document.write('<script src="{{ site.baseurl }}/assets/js/bootstrap.min.js" type="text/javascript"><\/script>');
</script>
</body>
</html>