mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
20 lines
632 B
Handlebars
20 lines
632 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 class="debug_link" style="color: transparent;">
|
|
<a href="{{base_uri}}/debug?q={{ fpr }}">debug info</a>
|
|
</div>
|
|
</div>
|
|
{{/layout}}
|