-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
93 lines (90 loc) · 3.76 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 lang="en">
<head>
<title>404</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Lance Jian">
<meta name="description" content="">
<link href="http://feeds.feedburner.com/lcltj" type="application/atom+xml" rel="alternate" title="Mind Like Water Atom Feed" />
<link href="/theme/css/bootstrap.min.css" rel="stylesheet">
<style>
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
padding-bottom: 40px;
}
</style>
<link href="/theme/css/bootstrap-responsive.min.css" rel="stylesheet"/>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="/static/js/html5shiv.js"></script>
<![endif]-->
<link rel="stylesheet" href="/theme/css/main.css" type="text/css" />
<link rel="shortcut icon" href="/icon/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/static/icons/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/static/icons/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/static/icons/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="static/icons/apple-touch-icon-57-precomposed.png">
</head>
<body>
<div id="navbar" class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button 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>
</button>
<a class="brand" href="#">Mind Like Water</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="/">Blog</a></li>
<li class=""><a href="/pages/contact.html">Contact</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Projects <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="/pages/myfont4gmail.html">My Font for Gmail</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
<br/> <div class="container">
<div class="row">
<div id="main" class="span9">
<section id="content" class="body">
<h2 class="entry-title">404</h2>
<p>This page does't exist.</p>
</section>
</div>
<!--googleoff: index -->
<div class="span3">
<div id="sidebar" class="span3">
<form class="form-search" action="/search.html" method="get">
<div class="input-append">
<input id="search_input" type="text" class="span2 search-query" name="q"/>
<button type="submit" class="btn">Search</button>
</div>
</form>
</div>
</div>
<!--googleon: index-->
</div>
<hr/>
<footer>
<div class="container">
<p>Copyright ©2012 lancejian.com. All rights reserved. </p>
</div>
</footer>
</div>
<script type="text/javascript" src="/static/js/jquery.js"></script>
<script type="text/javascript" src="/theme/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/static/js/main.js"></script>
<!--[if lt IE 7 ]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
<![endif]-->
</body>
</html>