File size: 213 Bytes
15fc415
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
<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>