Skip to content

Commit

Permalink
added meta tag for responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjfox1 committed Oct 5, 2015
1 parent 7a5d532 commit 485ce63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<!-- Change the title to whatever you would like to display it as -->
<title>Website</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Load scripts here -->
<script type="text/javascript" src="libs/bower_components/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="scripts/main.js"></script>
Expand Down

0 comments on commit 485ce63

Please sign in to comment.