forked from reichlab/reichlab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
executable file
·33 lines (28 loc) · 811 Bytes
/
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
---
layout: default
---
<!-- Page Content -->
<div class="container">
<!-- Page Heading/Breadcrumbs -->
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">404
<small>Page Not Found</small>
</h1>
<ol class="breadcrumb">
<li><a href="index.html">Home</a>
</li>
<li class="active">404</li>
</ol>
</div>
</div>
<!-- /.row -->
<div class="row">
<div class="col-lg-12">
<div class="jumbotron">
<h1><span class="error-404">404</span>
</h1>
<p>The page you're looking for could not be found. Go back to <a href="index.html">home</a>.</p>
</div>
</div>
</div>