diff options
Diffstat (limited to 'src/hp.html')
-rw-r--r-- | src/hp.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/hp.html b/src/hp.html index dcde692..050c8dd 100644 --- a/src/hp.html +++ b/src/hp.html @@ -7,7 +7,7 @@ <title> %s :: sear.c </title> - <meta name=viewport content="width=device-width, initial-scale=1.0"> + <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href=/css.css /> <link rel="shortcut icon" href=data:image/x-icon;, type=image/x-icon> <!-- prevents favicon lookups --> <link rel=icon href="data:;base64,iVBORw0KGgo="> @@ -15,10 +15,10 @@ </head> <body> <form class=container action=.> - <input accesskey=s type=text name=q value="%s" placeholder="sear.c ..." /> - <input type=submit value=🔍 /> <!-- magnifying glass emoji --> - <input accesskey=f type=submit name=f value=Ʊ /> <!-- horseshoe unicode character --> - <input accesskey=i type=submit name=i value=🖼 /> <!-- framed picture emoji - img search --> + <input accesskey=s type=text name=q value="%s" placeholder="sear.c ..." size=128/> + <button type=submit value=🔍 ><span>=></span></button> + <button accesskey=f type=submit name=f value=Ʊ ><span>1.</span></button> + <button accesskey=i type=submit name=i value=🖼 ><span>[^]</span></button> <!-- <input type=submit name=v value=🎬/> --> <!-- that thing they use in movies - vid search N/I --> %s </form> @@ -29,7 +29,7 @@ <hr> <h4 align=center> <a href=//git.sijanec.eu/sijanec/sear.c >sear.c</a> - <!-- the following is replaced by git or gentoo version --> <!--ver--> + <!-- the following is replaced by git or ebuild version --> <!--ver--> </h4> </body> </html> |