Skip to content

Commit

Permalink
Add meta tag to index.html
Browse files Browse the repository at this point in the history
- Addresses issue ga-wdi-boston#13 to add meta tag in index.html to allow mobile devices to
pick up media queries for responsive sites
  • Loading branch information
berziiii committed Aug 28, 2016
1 parent 468a855 commit 70e15b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Example</title>

<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="vendor.bundle.js" type="text/javascript" charset="utf-8" defer></script>
<script src="bundle.js" type="text/javascript" charset="utf-8" defer></script>
</head>
Expand Down

0 comments on commit 70e15b0

Please sign in to comment.