mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-07-30 14:28:22 +00:00

#113 Reviewed-on: https://codeberg.org/rimgo/rimgo/pulls/122 Co-authored-by: video-prize-ranch <cb.8a3w5@simplelogin.co> Co-committed-by: video-prize-ranch <cb.8a3w5@simplelogin.co>
6 lines
414 B
Handlebars
6 lines
414 B
Handlebars
<form method="GET" action="/search" class="flex gap-2 w-full lg:w-1/2">
|
|
<input class="p-2 rounded-lg bg-slate-600 w-full" name="q" type="text" placeholder="Search or paste a link" {{#if query}}value="{{query}}"{{/if}}/>
|
|
<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>
|
|
</form> |