-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
173 lines (108 loc) · 4.66 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
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
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>404 Page not found · Yan Li Lab</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="" />
<meta name="keywords" content="">
<meta property="og:title" content="404 Page not found · Yan Li Lab ">
<meta property="og:site_name" content="Yan Li Lab"/>
<meta property="og:url" content="https://yanlilab.github.io/404/" />
<meta property="og:locale" content="en-us">
<meta property="og:type" content="website" />
<link href="https://yanlilab.github.io/index.xml" rel="alternate" type="application/rss+xml" title="404 Page not found" />
<link rel="canonical" href="https://yanlilab.github.io/404/" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://yanlilab.github.io/touch-icon-144-precomposed.png">
<link href="https://yanlilab.github.io/favicon.png" rel="icon">
<meta name="generator" content="Hugo 0.16" />
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="stylesheet" href="https://yanlilab.github.io/css/theme/yeti.css">
<link rel="stylesheet" href="https://yanlilab.github.io/css/font-awesome.min.css">
<link rel="stylesheet" href="https://yanlilab.github.io/css/style.css">
<link rel="stylesheet" href="https://yanlilab.github.io/css/highlight/default.css">
</head>
<body>
<header id="main-header">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<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="https://yanlilab.github.io/">Yan Li Lab</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://yanlilab.github.io/members"
title="Members">
Members
</a>
</li>
<li>
<a href="https://yanlilab.github.io/publications"
title="Publications">
Publications
</a>
</li>
<li>
<a href="https://yanlilab.github.io/softwares"
title="Softwares">
Softwares
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<article id="main-content" class="container main_content error_404">
<h1>404 Not Found</h1>
<p>What you're looking for isn't here, sorry!</p>
<p><a href="https://yanlilab.github.io/">← Click here to go back home</a></p>
</article>
<footer class="footer">
<div class="container hidden-print">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div class="pull-left">
<a class="toplink" href="#">back to top</a>
</div>
<div class="pull-right">
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 text-center">
<small>
<div class="container footline">
</div>
</small>
</div>
</div>
</div>
</footer>
<script src="https://yanlilab.github.io/js/jquery.min-2.1.4.js"></script>
<script src="https://yanlilab.github.io/js/bootstrap.min-3.3.5.js"></script>
<script src="https://yanlilab.github.io/js/highlight.pack.js"></script>
<script src="https://yanlilab.github.io/js/site.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script>
var _gaq=[['_setAccount','UA-28948626-4'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>