-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path404.html
More file actions
19 lines (19 loc) · 716 Bytes
/
404.html
File metadata and controls
19 lines (19 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
layout: errors
title: Error 404 - Page or File Not Found
---
<!-- The Menu Section -->
{% include menu.html %}
<div id="wrap">
<div class="container"> <!-- {{ page.url }} -->
<div class="page-header" id="banner" style="border-bottom: 0px;margin:180px 0 20px;">
<div class="row">
<div class="col-lg-12 text-center">
<h1><strong>OpenPGP</strong>keyserver</h1>
<h2>Error 404: Page Not Found</h2>
<p>I'm sorry, but the page you were looking for couldn't be found at this time. <a href="{{ site.url }}/">Back to home</a>.</p>
</div><!--closing col-lg-12 class-->
</div><!--closing row class-->
</div><!--closing page-header class-->
</div>
</div>