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

13 lines
301 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-05-25 12:16:03 +00:00
<p>You can also <a href="/upload">upload</a> or <a href="/manage">manage</a> your key.</p>
2019-02-22 15:02:22 +00:00
</div>
2019-02-22 20:15:06 +00:00
<div class="row">
<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}}