mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
17 lines
536 B
Handlebars
17 lines
536 B
Handlebars
|
{{#> layout }}
|
||
|
<h1>Garbage Pile Public Key Server</h1>
|
||
|
<p>The verifying PGP key server. Powered by p≡pnology!
|
||
|
|
||
|
<h2>Search for keys</h2>
|
||
|
<form action="/search" method=POST>
|
||
|
<input type="search" id="query" name="query" placeholder="Email">
|
||
|
<input type="submit" value="Search">
|
||
|
</form>
|
||
|
|
||
|
<h2>Upload your key</h2>
|
||
|
<form action="/keys" method=POST enctype=multipart/form-data>
|
||
|
<input type="file" id="key" name="key" placeholder="Your public key">
|
||
|
<input type="submit" value="Upload">
|
||
|
</form>
|
||
|
{{/layout}}
|