Skip to content

Commit 20b0afd

Browse files
committed
Update index.html
1 parent 68eb0fb commit 20b0afd

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

index.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,17 @@
77
<!-- Optional theme -->
88
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css">
99

10-
<!-- Latest compiled and minified JavaScript -->
11-
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
1210
</head>
1311
<body>
12+
<div class="container">
13+
<div class="jumbotron">
1414
<h1>Foo!</h1>
15+
</div>
16+
</div>
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>
1522
</body>
1623
</html>

0 commit comments

Comments
 (0)