2019-02-12 08:11:03 -05:00
|
|
|
<!doctype html>
|
2019-02-22 10:02:22 -05:00
|
|
|
<html>
|
|
|
|
<head>
|
2019-02-12 08:11:03 -05:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
|
2019-02-22 10:02:22 -05:00
|
|
|
<link rel="stylesheet" href="/assets/site.css" type="text/css"/>
|
|
|
|
<title>keys.openpgp.org</title>
|
|
|
|
</head>
|
|
|
|
<body lang="en">
|
|
|
|
<div class="card">
|
|
|
|
<h1><a class="brand" href="/">keys.openpgp.org</a></h1>
|
2019-02-26 11:33:21 -05:00
|
|
|
{{#with error }}
|
|
|
|
<p><strong>Error</strong>: {{ this }}</p>
|
|
|
|
{{/with}}
|
2019-02-22 10:02:22 -05:00
|
|
|
{{> @partial-block }}
|
2019-02-12 08:11:03 -05:00
|
|
|
</div>
|
2019-02-22 10:02:22 -05:00
|
|
|
<div class="attribution">
|
2019-02-22 17:38:31 -05:00
|
|
|
<p>Hagrid v{{ version }} built from {{ commit }}</p>
|
2019-02-22 10:02:22 -05:00
|
|
|
<p>Powered by <a href="https://sequoia-pgp.org">Sequoia-PGP</a>
|
|
|
|
<p>Background image retrieved from <a href="https://www.toptal.com/designers/subtlepatterns/subtle-grey/">Subtle Patterns</a> under CC BY-SA 3.0
|
2019-02-12 08:11:03 -05:00
|
|
|
</div>
|
2019-02-22 10:02:22 -05:00
|
|
|
</body>
|
2019-02-12 08:11:03 -05:00
|
|
|
</html>
|