File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
+ <!-- Bootstrap styles -->
4
5
<!-- Latest compiled and minified CSS -->
5
6
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css ">
6
7
7
8
<!-- Optional theme -->
8
9
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css ">
9
10
10
- <!-- Latest compiled and minified JavaScript -->
11
- < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js "> </ script >
11
+ <!-- Font Awesome icons -->
12
+ < link rel ="stylesheet " href ="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css ">
13
+
14
+
12
15
</ head >
13
16
< body >
17
+ < div class ="container ">
18
+ < div class ="jumbotron ">
14
19
< h1 > Foo!</ h1 >
20
+ < button class ="btn btn-primary btn-lg "> Fancy < i class ="fa fa-automobile "> foo icon on the button!</ i > </ button >
21
+ </ div >
22
+ </ div >
23
+
24
+ <!-- BootStrap and jQuery components -->
25
+ <!-- Latest compiled and minified JavaScript -->
26
+ < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js "> </ script >
27
+
28
+ < script src ="//code.jquery.com/jquery-1.11.2.min.js "> </ script >
29
+ < script src ="//code.jquery.com/jquery-migrate-1.2.1.min.js "> </ script >
30
+
15
31
</ body >
16
32
</ html >
You can’t perform that action at this time.
0 commit comments