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

5 lines
169 B
HTML
Raw Normal View History

2023-05-18 13:03:01 +02:00
<form action="/zoeken/" method="GET">
🔍 <input type="search" name="q" id="search-query" placeholder="Zoekterm..">
<button type="submit">Zoek</button>
</form>