diff options
author | dweller <dweller@cabin.digital> | 2024-02-24 17:35:21 +0200 |
---|---|---|
committer | dweller <dweller@cabin.digital> | 2024-02-24 17:35:21 +0200 |
commit | a87359aaacac66655af6baa80ced112ac842f651 (patch) | |
tree | c8f4081bdd492bcfc4ac9982819f1734bbac5fb3 /search.html | |
parent | c680cbf1d759c13a0a2a54fced7e963f0094bd1f (diff) |
change search to be actually html5 search, add URL field in the page page. man (hehe) what a mess...
Diffstat (limited to '')
-rw-r--r-- | search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/search.html b/search.html index 5d3fe53..37031f3 100644 --- a/search.html +++ b/search.html @@ -34,7 +34,7 @@ <nav id="search_pane"> <form> <div id="query_wrap"> - <input id="query" type='text' value='man' name='query' required/> + <input id="query" type='searcg' value='man' name='query' required/> <button id="mank" type='submit' value='apropos' name='action' title="apropos(1)">-k</button> <button id="man" type='submit' value='man' name='action' title="Feeling lucky, punk?" class="btn-acc"> <div id="query_icon"></div> |