crabbysearch/public/templates/search_bar.html
2023-04-22 14:35:07 +03:00

9 lines
213 B
HTML

<div class="search_bar">
<input
type="search"
name="search-box"
value="{{this.pageQuery}}"
placeholder="Type to search"
/>
<button type="submit" onclick="search_web()">search</button>
</div>