diff options
author | Michael McVady <femtonaut@gmail.com> | 2025-10-03 16:33:53 -0500 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2025-10-03 16:33:53 -0500 |
commit | a3e590bed63439fc76d56ac7e87e0e2778dd978b (patch) | |
tree | 44556fe982307517cfbe852cccbbff16ca3912cd /assets/search.html | |
parent | 444104e22a47ca820fc4f35786e169d6cf2f2811 (diff) |
WIPmobile
Diffstat (limited to 'assets/search.html')
-rw-r--r-- | assets/search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/search.html b/assets/search.html index 97e26f2..39bd25f 100644 --- a/assets/search.html +++ b/assets/search.html @@ -1,4 +1,4 @@ -<form> +<form class="search-form"> <input type="search" id="query" name="query" placeholder="Search..." value="%s"> <button>Search</button> </form> |