shoxf/searchbar.html

9 lines
198 B
HTML
Raw Permalink Normal View History

2020-11-04 17:11:17 +00:00
<div class='box search-container'>
<form action="./">
<input type="text" placeholder="Search.." name="q">
<button type="submit"><i class="icon-search"></i></button>
2020-11-04 17:11:17 +00:00
</form>
</div>