forked from timble/www.openpolice.be
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
26 lines (25 loc) · 927 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
---
layout: no_sidebar
title: 404
---
<div class="container container__content">
<h1>Page not found - 404</h1>
<div class="exception">
<div class="exception__message component">
<p><strong>It's possible you can't view this page because of:</strong></p>
<ul>
<li>an old bookmark/favorite</li>
<li>a search engine has an old list of the website</li>
<li>a mistyped url</li>
<li>the requested source has not been found</li>
<li>an error occured while your request was being handled</li>
</ul>
</div>
<div class="exception__image">
<img class="thumbnail" src="images/xerror.jpg" />
</div>
</div>
<div class="text-center cta_area">
<a class="button button--primary button--large" href="{{site.url}}" title="Homepage">Homepage</a>
</div>
</div>