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
Daniel Schömer 2013-12-28 17:58:35 +01:00
parent dc2bb3a42b
commit a989003c62
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ static const u_char t01_head1[] = ""
"<html xmlns=\"http://www.w3.org/1999/xhtml\">"
"\n"
"<head>"
"<meta name=\"viewport\" content=\"width=device-width\"/>"
"<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"/>"
"<style type=\"text/css\">"
"body,html {"