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\">"
|
||||
"\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 {"
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue