Skip to content

Commit 81a342f

Browse files
committed
Merge pull request #2 from gwtnz/gh-pages
adding bootstrap style stuff
2 parents d34e014 + 68eb0fb commit 81a342f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<!-- Latest compiled and minified CSS -->
5+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
6+
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>
412
</head>
513
<body>
614
<h1>Foo!</h1>

0 commit comments

Comments
 (0)