diff options
| author | Zlatan Vasović <[email protected]> | 2014-01-19 13:27:17 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2014-01-19 13:27:17 +0100 |
| commit | cf8f1ec0cdfa8f8fb07ed0aa85030584dcadc8cf (patch) | |
| tree | f72725b65ac0af882406bad8bca673ec8c44679c /docs/getting-started.html | |
| parent | 7e145a13c8aaeab8c22fceab73e5e1e149dcd720 (diff) | |
| download | bootstrap-cf8f1ec0cdfa8f8fb07ed0aa85030584dcadc8cf.tar.xz bootstrap-cf8f1ec0cdfa8f8fb07ed0aa85030584dcadc8cf.zip | |
Improve <meta> tags
Diffstat (limited to 'docs/getting-started.html')
| -rw-r--r-- | docs/getting-started.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index d422deac2..5d06e60a8 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -117,9 +117,10 @@ bootstrap/ <!DOCTYPE html> <html> <head> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta charset="utf-8"> <title>Bootstrap 101 Template</title> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Bootstrap --> <link href="css/bootstrap.min.css" rel="stylesheet"> |
