Skip to content

Commit d63c5d0

Browse files
authored
Add viewport meta tag to HTML head (#337)
Much better page dimensions and scaling on mobile devices; this tag is standard practice for HTML these days. Also see heroku/php-getting-started#74
1 parent ad8cf07 commit d63c5d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

views/partials/header.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<title>Node.js Getting Started on Heroku</title>
2+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
23
<link rel="stylesheet" type="text/css" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" />
34
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
45
<script type="text/javascript" src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>

0 commit comments

Comments
 (0)