Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
•
0e14c7d
1
Parent(s):
7a92345
✨ feat: provide a partial (template) for the two search bars (#185)
Browse files
public/templates/bar.html
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
<div class="search_bar">
|
2 |
+
<input type="search" name="search-box" value="{{this.pageQuery}}" placeholder="Type to search" />
|
3 |
+
<button type="submit" onclick="searchWeb()">search</button>
|