hagrid-keyserver--hagrid/dist/templates/index.html.hbs

11 lines
304 B
Handlebars
Raw Normal View History

2019-02-12 13:11:03 +00:00
{{#> layout }}
2019-02-22 19:58:31 +00:00
{{> search-form}}
2019-02-22 15:02:22 +00:00
<div class="row">
2019-03-04 14:23:53 +00:00
<p>You can also <a href="/vks/v1/publish">upload</a> or <a href="/vks/v1/manage">delete</a> your key.</p>
2019-02-22 15:02:22 +00:00
</div>
2019-02-22 20:15:06 +00:00
<div class="row">
2019-02-22 22:38:31 +00:00
<p>Click <a href="/about">here</a> for more information and our privacy policy.</p>
2019-02-22 20:15:06 +00:00
</div>
2019-02-12 13:11:03 +00:00
{{/layout}}