-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
32 lines (29 loc) · 966 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
---
layout: default
permalink: /404.html
---
<div class="container">
{% include warning.html %}
<div class="row">
<div class="col-md-12">
<div class="error-v4">
<div class="col-md-12 text-center error-banner">
<h1>404</h1>
<span class="sorry">
Sorry! We cannot seem to find the page you are looking for.
</span>
</div>
<div class="col-md-12 text-center">
<p class="lead">
Are you sure that this page should be here?
If so, please let us know: [email protected]
</p>
<p>
<a class="btn btn-primary" href="/"
style="color: #fff;">Back to main page</a>
</p>
</div>
</div>
</div>
</div>
</div>