diff options
Diffstat (limited to 'src/hp.html')
-rw-r--r-- | src/hp.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/hp.html b/src/hp.html new file mode 100644 index 0000000..dcde692 --- /dev/null +++ b/src/hp.html @@ -0,0 +1,35 @@ +<!DOCTYPE html> +<html lang=sl> + <!-- this file is a printf format. be sure to escape percent signs with percent percent. --> + <!-- this format requires the following types (in order): html title (query string), search box contents (query string), additional form elements, textual title (result info string), textual body (results html string) --> + <head> + <meta charset=UTF-8 /> + <title> + %s :: sear.c + </title> + <meta name=viewport content="width=device-width, initial-scale=1.0"> + <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="> + <link title=sear.c rel=search type=application/opensearchdescription+xml href=/osdd.xml> + </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 type=submit name=v value=🎬/> --> <!-- that thing they use in movies - vid search N/I --> + %s + </form> + <h3> + %s + </h3> + %s + <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--> + </h4> + </body> +</html> |