template.h: viewport width for mobile browsers
Set html5 meta viewport width to device-width. A mobile browser now scales up the directory listing and dir-/filenames are easier to read and click/touch.pull/9/head
parent
dc2bb3a42b
commit
a989003c62
|
@ -5,6 +5,7 @@ static const u_char t01_head1[] = ""
|
||||||
"<html xmlns=\"http://www.w3.org/1999/xhtml\">"
|
"<html xmlns=\"http://www.w3.org/1999/xhtml\">"
|
||||||
"\n"
|
"\n"
|
||||||
"<head>"
|
"<head>"
|
||||||
|
"<meta name=\"viewport\" content=\"width=device-width\"/>"
|
||||||
"<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"/>"
|
"<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"/>"
|
||||||
"<style type=\"text/css\">"
|
"<style type=\"text/css\">"
|
||||||
"body,html {"
|
"body,html {"
|
||||||
|
|
Loading…
Reference in New Issue