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

28 lines
1.0 KiB
Handlebars
Raw Permalink Normal View History

2019-02-12 13:11:03 +00:00
<!doctype html>
2019-04-12 10:46:10 +00:00
<html lang="en">
2019-02-22 15:02:22 +00:00
<head>
2019-02-12 13:11:03 +00:00
<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"/>
2019-02-22 15:02:22 +00:00
<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 16:33:21 +00:00
{{#with error }}
<p><strong>Error</strong>: {{ this }}</p>
{{/with}}
2019-02-22 15:02:22 +00:00
{{> @partial-block }}
<div class="spacer"></div>
2019-02-12 13:11:03 +00:00
</div>
2019-02-22 15:02:22 +00:00
<div class="attribution">
<p>
2019-06-15 22:14:05 +00:00
<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>
2019-04-12 10:46:10 +00:00
<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>
2019-02-12 13:11:03 +00:00
</div>
2019-02-22 15:02:22 +00:00
</body>
2019-02-12 13:11:03 +00:00
</html>