website/themes/nluug/layouts/partials/search-form.html
2023-05-18 13:03:01 +02:00

4 lines
169 B
HTML

<form action="/zoeken/" method="GET">
🔍 <input type="search" name="q" id="search-query" placeholder="Zoekterm..">
<button type="submit">Zoek</button>
</form>