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 /index.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-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ <form> <div id="query_wrap"> <div id="query_icon"></div> - <input id="query" type='text' value='' name='query' required autofocus/> + <input id="query" type='search' value='' name='query' required autofocus/> </div> <div> <button id="mank" type='submit' value='apropos' name='action' title="apropos(1)">man -k</button> |