mirror of
https://github.com/torproject/lego.git
synced 2024-11-23 09:39:44 +00:00
13 lines
640 B
HTML
13 lines
640 B
HTML
<div class="row">
|
|
<form class="form-inline form-wide justify-content-md-center" id="searchForm" action="https://search.onionlab.eu/support-staging/{{ this.alt }}" method="GET">
|
|
<div class="col-md-4 col-sm-12">
|
|
<div class="col-12 input-group p-0">
|
|
<input id="q" class="form-control form-wide rounded-left border-0" type="text" name="q" placeholder="{{ _('Search') }} .." aria-label="{{ _('Search') }}">
|
|
<span class="input-group-btn">
|
|
<button class="btn btn-light" type="submit"><span class="oi oi-magnifying-glass text-secondary"></span></button>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|