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

11 lines
405 B
Handlebars
Raw Normal View History

2019-02-22 14:58:31 -05:00
<div class="row">
2019-06-11 10:59:27 -04:00
<form action="/search" method=GET>
2019-02-22 14:58:31 -05:00
<div class="search">
2019-06-11 10:59:27 -04:00
<input type="text" class="searchTerm" id="search" name="q" autofocus placeholder="Search by Email Address / Key ID / Fingerprint">
2019-06-06 07:20:18 -04:00
<button type="submit" class="searchButton button">
<img src="/assets/search.svg" style="width: 1em; padding-bottom: 4px;"> Search
2019-02-22 14:58:31 -05:00
</button>
</div>
</form>
</div>