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/templates/index.html.hbs

17 lines
536 B
Handlebars
Raw Normal View History

2018-09-19 16:24:38 -04:00
{{#> layout }}
<h1>Garbage Pile Public Key Server</h1>
<p>The verifying PGP key server. Powered by p&equiv;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}}