mirror of
https://github.com/searxng/searxng.git
synced 2024-11-06 05:10:11 +01:00
9 lines
360 B
HTML
9 lines
360 B
HTML
|
<div class="alert alert-info fade in" role="alert">
|
|||
|
<button class="close" data-dismiss="alert" type="button">
|
|||
|
<span aria-hidden="true">×</span>
|
|||
|
<span class="sr-only">Close</span>
|
|||
|
</button>
|
|||
|
<strong class="lead">{{ icon('info-sign') }} {{ _('Heads up!') }}</strong>
|
|||
|
{{ _('It look like you are using searx first time.') }}
|
|||
|
</div>
|