File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
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
11
+ <!-- Font Awesome icons -->
12
+ < link rel ="stylesheet " href ="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css ">
13
+
14
+
10
15
</ head >
11
16
< body >
12
17
< div class ="container ">
13
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 >
15
21
</ div >
16
22
</ div >
23
+
24
+ <!-- BootStrap and jQuery components -->
17
25
<!-- Latest compiled and minified JavaScript -->
18
26
< script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js "> </ script >
19
27
20
28
< script src ="//code.jquery.com/jquery-1.11.2.min.js "> </ script >
21
29
< script src ="//code.jquery.com/jquery-migrate-1.2.1.min.js "> </ script >
30
+
22
31
</ body >
23
32
</ html >
You can’t perform that action at this time.
0 commit comments