Skip to content
This repository was archived by the owner on Nov 13, 2020. It is now read-only.

Commit 97e620a

Browse files
committed
Add bootstrap.
1 parent b4b58ad commit 97e620a

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

css/bootstrap-3.0.2.min.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

+3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
<meta charset="utf-8">
55
<title>JSON API Browser</title>
66
<link rel="stylesheet" href="css/normalize.css">
7+
<link rel="stylesheet" href="css/bootstrap-3.0.2.min.css">
78
<link rel="stylesheet" href="css/style.css">
89
</head>
10+
</head>
911
<body>
1012
<script type="text/x-handlebars">
1113
<h2>JSON API Browser</h2>
@@ -14,6 +16,7 @@ <h2>JSON API Browser</h2>
1416
<script src="js/libs/jquery-1.10.2.js"></script>
1517
<script src="js/libs/handlebars-1.1.2.js"></script>
1618
<script src="js/libs/ember-1.2.0.js"></script>
19+
<script src="js/libs/bootstrap-3.0.2.min.js"></script>
1720
<script src="js/app.js"></script>
1821
</body>
1922
</html>

0 commit comments

Comments
 (0)