Merge pull request #9 from quatauta/master
HTML template: Add meta viewport for mobile browserspull/13/head
commit
b1eb0a4c44
|
@ -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 {"
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
||||||
|
<meta name="viewport" content="width=device-width"/>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body,html {
|
body,html {
|
||||||
background:#fff;
|
background:#fff;
|
||||||
|
|
Loading…
Reference in New Issue