forked from projectOpenRAP/projectOpenRAP.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
31 lines (26 loc) · 682 Bytes
/
404.html
File metadata and controls
31 lines (26 loc) · 682 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
---
permalink: /404.html
title: Page not found
desc: Page not found
---
<!DOCTYPE html>
<html>
<head>
{% include head.html %}
<meta name="robots" content="noindex,nofollow">
</head>
<body>
{% include header.html %}
<div class="contributepage fill-height inner__content fixed-content">
<div class="container main">
<div class="row">
<div class="col-xs-12 text-center">
<h1>Error 404 - Page Not Found</h1>
<p>The page you are trying to reach does not exist, or has been moved. Please use the menus or the search box to find what you are looking for.</p>
</div>
</div>
</div>
</div>
{% include footer.html %}
</body>
</html>