hagrid-keyserver--hagrid/dist/templates/layout.html.hbs

28 lines
1.0 KiB
Handlebars

<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="/assets/site.css?v=17" 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>
{{#with error }}
<p><strong>Error</strong>: {{ this }}</p>
{{/with}}
{{> @partial-block }}
<div class="spacer"></div>
</div>
<div class="attribution">
<p>
<a href="https://gitlab.com/hagrid-keyserver/hagrid/">Hagrid</a>
v{{ version }} built from
<a href="https://gitlab.com/hagrid-keyserver/hagrid/commit/{{ commit }}">{{ commit }}</a>
</p>
<p>Powered by <a href="https://sequoia-pgp.org">Sequoia-PGP</a></p>
<p>Background image retrieved from <a href="https://www.toptal.com/designers/subtlepatterns/subtle-grey/">Subtle Patterns</a> under CC BY-SA 3.0</p>
</div>
</body>
</html>