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 68eb0fb commit 20b0afdCopy full SHA for 20b0afd
index.html
@@ -7,10 +7,17 @@
7
<!-- Optional theme -->
8
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css">
9
10
-<!-- Latest compiled and minified JavaScript -->
11
-<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
12
</head>
13
<body>
+<div class="container">
+<div class="jumbotron">
14
<h1>Foo!</h1>
15
+</div>
16
17
+<!-- Latest compiled and minified JavaScript -->
18
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
19
+
20
+<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
21
+<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
22
</body>
23
</html>
0 commit comments