Merge pull request #9 from quatauta/master

HTML template: Add meta viewport for mobile browsers
pull/13/head
Adrian Perez 2014-01-04 07:09:14 -08:00
commit b1eb0a4c44
2 changed files with 2 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 {"

View File

@ -5,6 +5,7 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width"/>
<style type="text/css">
body,html {
background:#fff;