This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user