diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/hp.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/hp.html b/src/hp.html index 47aff62..18169da 100644 --- a/src/hp.html +++ b/src/hp.html @@ -7,10 +7,11 @@ <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 --> - <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"> + <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> <style> input[type=password], input[type=text], input[type=submit], input[type=button] { height: 1cm; |