mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 13:38:21 -05:00
✨ feat: provide a partial (template) for the two search bars (#185)
This commit is contained in:
parent
7a92345bf0
commit
0e14c7d80f
3
public/templates/bar.html
Normal file
3
public/templates/bar.html
Normal file
@ -0,0 +1,3 @@
|
||||
<div class="search_bar">
|
||||
<input type="search" name="search-box" value="{{this.pageQuery}}" placeholder="Type to search" />
|
||||
<button type="submit" onclick="searchWeb()">search</button>
|
Loading…
Reference in New Issue
Block a user