1
0
Fork 0
mirror of https://gitlab.com/hagrid-keyserver/hagrid.git synced 2023-02-13 20:55:02 -05:00
hagrid-keyserver--hagrid/dist/templates/layout.html.hbs

26 lines
1.1 KiB
Handlebars
Raw Normal View History

2019-02-12 08:11:03 -05:00
<!doctype html>
2019-09-27 10:21:10 -04:00
<html lang="{{lang}}">
2019-02-22 10:02:22 -05:00
<head>
2019-02-12 08:11:03 -05:00
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="/assets/site.css?v=19" type="text/css"/>
<link rel="alternate" href="/atom.xml" type="application/atom+xml" title="keys.openpgp.org newsfeed" />
2019-02-22 10:02:22 -05:00
<title>keys.openpgp.org</title>
</head>
2019-09-27 10:21:10 -04:00
<body lang="{{lang}}">
2019-02-22 10:02:22 -05:00
<div class="card">
<h1><a class="brand" href="/">keys.openpgp.org</a></h1>
{{> @partial-block }}
<div class="spacer"></div>
2019-02-12 08:11:03 -05:00
</div>
2019-02-22 10:02:22 -05:00
<div class="attribution">
<p>
2019-06-15 18:14:05 -04:00
<a href="https://gitlab.com/hagrid-keyserver/hagrid/">Hagrid</a>
2019-09-27 10:21:10 -04:00
{{ text "v{{ version }} built from" rerender }}
2019-06-15 18:14:05 -04:00
<a href="https://gitlab.com/hagrid-keyserver/hagrid/commit/{{ commit }}">{{ commit }}</a>
</p>
2019-09-27 10:21:10 -04:00
<p>{{ text "Powered by <a href=\"https://sequoia-pgp.org\">Sequoia-PGP</a>" }}</p>
<p>{{ text "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 08:11:03 -05:00
</div>
2019-02-22 10:02:22 -05:00
</body>
2019-02-12 08:11:03 -05:00
</html>