initial commit
This commit is contained in:
commit
15fc415301
30 changed files with 4359 additions and 0 deletions
9
public/templates/search_bar.html
Normal file
9
public/templates/search_bar.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue