2023-04-22 07:35:07 -04:00
|
|
|
<div class="search_bar">
|
|
|
|
<input
|
|
|
|
type="search"
|
|
|
|
name="search-box"
|
|
|
|
value="{{this.pageQuery}}"
|
|
|
|
placeholder="Type to search"
|
|
|
|
/>
|
2023-07-31 20:53:55 -04:00
|
|
|
<button type="submit" onclick="searchWeb()">search</button>
|
2023-04-22 07:35:07 -04:00
|
|
|
</div>
|