0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

feat: provide a partial (template) for the two search bars (#185)

This commit is contained in:
neon_arch 2023-08-21 17:36:05 +03:00
parent 7a92345bf0
commit 0e14c7d80f

View 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>