diff options
Diffstat (limited to '')
-rw-r--r-- | src/hp.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/hp.html b/src/hp.html index 7d1307b..e1ab301 100644 --- a/src/hp.html +++ b/src/hp.html @@ -1,14 +1,16 @@ <!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): query string, query string, result info string, results html string --> + <!-- this format requires the following types (in order): query string, query string, additional form elements, result info string, 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=//sijanec.eu/assets/css/styles.css?ref=sear.c /> <!-- TODO: direktno vstavljanje v dokument --> + <style> + INSERT-STYLESHEET-HERE + </style> <link rel="shortcut icon" href=data:image/x-icon;, type=image/x-icon> <!-- prevents favicon lookups --> <link rel=icon href=data:;base64,iVBORw0KGgo=> <link rel=search type=application/opensearchdescription+xml href=/osdd.xml> @@ -67,12 +69,13 @@ </style> </head> <body> - <form class=container> + <form class=container action=.> <input accesskey=4 type=text name=q value="%s" placeholder="sear.c ..." /> <!-- see www.standardaccesskeys.com --> <input type=submit value=🔍 /> <!-- magnifying glass emoji --> <input type=submit name=f value=Ʊ /> <!-- horseshoe unicode character --> <input type=submit name=i value=🖼 /> <!-- framed picture emoji - img search --> - <input type=submit name=v value=🎬 hidden=hidden /> <!-- that thing they use in movies - vid search N/I --> + <!-- <input type=submit name=v value=🎬/> --> <!-- that thing they use in movies - vid search N/I --> + %s </form> <h3> %s |