Skip to content

Commit f720080

Browse files
committed
Merge pull request #3 from gwtnz/gh-pages
merging in font awesome
2 parents 81a342f + 04ca901 commit f720080

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

index.html

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<!-- Bootstrap styles -->
45
<!-- Latest compiled and minified CSS -->
56
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
67

78
<!-- Optional theme -->
89
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css">
910

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+
1215
</head>
1316
<body>
17+
<div class="container">
18+
<div class="jumbotron">
1419
<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+
1531
</body>
1632
</html>

0 commit comments

Comments
 (0)