Commit 76bd741efc8451d06c5f4b61101065d1169ced4e
1 parent
c5f4ec08
Exists in
master
and in
10 other branches
Add meta tag for responsive layout.
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
index.html
... | ... | @@ -3,6 +3,9 @@ |
3 | 3 | <meta charset="utf-8" /> |
4 | 4 | <title>Dialoga Brasil</title> |
5 | 5 | |
6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
7 | + <meta name="viewport" content="width=device-width, initial-scale=1"> | |
8 | + | |
6 | 9 | <link rel="stylesheet" href="css/bootstrap.min.css" /> |
7 | 10 | <link rel="stylesheet" href="css/font-awesome.min.css"> |
8 | 11 | <link rel="stylesheet" href="css/open-sans.min.css"> | ... | ... |