This commit is contained in:
2023-12-30 17:39:20 +01:00
parent 0040bc4d28
commit 011ad3ce28
2 changed files with 17 additions and 6 deletions

@ -27,6 +27,14 @@
<form id="search">
<input name="query" type="text" placeholder="Query">
<input type="submit" value="Search">
<input type="radio" id="search-category-all" name="category" value="all" checked>
<label for="search-category-all">All</label>
<input type="radio" id="search-category-images" name="category" value="images">
<label for="search-category-images">Images</label>
<input type="radio" id="search-category-news" name="category" value="news">
<label for="search-category-news">News</label>
<input type="radio" id="search-category-videos" name="category" value="videos">
<label for="search-category-videos">Videos</label>
</form>
<p id="info"></p>
</div>