mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
17 lines
500 B
Handlebars
17 lines
500 B
Handlebars
{{#> layout }}
|
|
<div class="ui">
|
|
<p>
|
|
We found an entry for <span class="email">{{ query }}</span>:
|
|
</p>
|
|
|
|
<p>
|
|
<a href="{{base_uri}}/vks/v1/by-fingerprint/{{ fpr }}">{{base_uri}}/vks/v1/by-fingerprint/{{ fpr }}</a>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Hint:</strong> It's more convenient to use
|
|
<span class="brand">keys.openpgp.org</span> from your OpenPGP software.<br />
|
|
Take a look at our <a href="/about/usage">usage guide</a> for details.
|
|
</p>
|
|
</div>
|
|
{{/layout}}
|