diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-10-28 17:56:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-11 17:46:11 +0200 |
commit | 1ce84922e3008cad6cf1b9056b705f2642bd3772 (patch) | |
tree | 0dde62654e56c8e94ebf0cef83181ea9ddc99faf /tests/web/xhtml/test.out | |
parent | 4993f11bf464c9aee0e3fd5965f4a8258cbe8b30 (diff) |
WEB pages re-styling
Diffstat (limited to 'tests/web/xhtml/test.out')
-rw-r--r-- | tests/web/xhtml/test.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/web/xhtml/test.out b/tests/web/xhtml/test.out index ffa6df6..a590e1f 100644 --- a/tests/web/xhtml/test.out +++ b/tests/web/xhtml/test.out @@ -2,6 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="UTF-8"/> + <meta name="viewport" content="device-width, initial-scale=1"/> <title>Example XHTML5 document</title> </head> <body> |