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

13 lines
302 B
Handlebars
Raw Normal View History

2019-02-12 08:11:03 -05:00
{{#> layout }}
2019-02-22 14:58:31 -05:00
{{> search-form}}
2019-02-22 10:02:22 -05:00
<div class="row">
<p>You can also <a href="/publish">upload</a> or <a href="/delete">delete</a> your key.</p>
2019-02-22 10:02:22 -05:00
</div>
2019-02-22 15:15:06 -05:00
<div class="row">
<p>
Click <a href="/about">here</a> for more information and our privacy policy.
</p>
2019-02-22 15:15:06 -05:00
</div>
2019-02-12 08:11:03 -05:00
{{/layout}}