summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authordweller <dweller@cabin.digital>2024-02-24 17:35:21 +0200
committerdweller <dweller@cabin.digital>2024-02-24 17:35:21 +0200
commita87359aaacac66655af6baa80ced112ac842f651 (patch)
treec8f4081bdd492bcfc4ac9982819f1734bbac5fb3 /index.html
parentc680cbf1d759c13a0a2a54fced7e963f0094bd1f (diff)
change search to be actually html5 search, add URL field in the page page. man (hehe) what a mess...
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 6f78aae..561746a 100644
--- a/index.html
+++ b/index.html
@@ -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>