2023-08-10 15:02:51 +00:00
|
|
|
<form method="GET" action="/search" class="flex gap-2 w-full lg:w-1/2">
|
2023-05-27 14:49:32 +00:00
|
|
|
<input class="p-2 rounded-lg bg-neutral-600 w-full" name="q" type="text" placeholder="Search or paste a link" {{#if query}}value="{{query}}"{{/if}}/>
|
2023-08-10 15:02:51 +00:00
|
|
|
<button type="submit" class="p-2 rounded-lg bg-slate-600">
|
|
|
|
<img class="invert icon" src="/static/icons/PhMagnifyingGlass.svg" alt="Search" width="24px" height="24px">
|
|
|
|
</button>
|
2023-05-27 14:49:32 +00:00
|
|
|
</form>
|