fediversity_website/themes/nluug/layouts/partials/search-form.html

4 lines
211 B
HTML
Raw Normal View History

2023-05-21 19:14:37 +02:00
<form class="search" action="/zoeken/" method="GET">
<input type="search" name="q" id="search-query" placeholder="Zoekterm..." autofocus minlength="2" maxlength="32" pattern="[a-zA-Z0-9._%+-]{2,}$">
2023-05-18 13:03:01 +02:00
</form>