We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0aa9a commit d61027fCopy full SHA for d61027f
hello/templates/base.html
@@ -1,7 +1,8 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
-<title>Python Getting Started on Heroku</title>
+ <title>Python Getting Started on Heroku</title>
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
<link rel="stylesheet" type="text/css" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" />
7
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
8
<script type="text/javascript" src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
0 commit comments