forked from openhabfoundation/openhabfoundation.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
40 lines (37 loc) · 977 Bytes
/
404.html
File metadata and controls
40 lines (37 loc) · 977 Bytes
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
---
layout: default
---
<!-- 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="/">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. Here are some helpful links to get you back on track:</p>
<ul>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/about">About</a>
</li>
<li>
<a href="/contact">Contact</a>
</li>
</ul>
</div>
</div>
</div>