aboutsummaryrefslogtreecommitdiffstats
path: root/404.html
blob: 27622300705c4bea298d15906eaa3e94387a631e (plain)
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>