Skip to content

Commit 07dd02e

Browse files
committed
Load bootstrap.css from CDN
1 parent db8c678 commit 07dd02e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
<title>react-infinite-tree</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
9-
<link rel="stylesheet" href="vendor/bootstrap/3.3.6/css/bootstrap.min.css">
9+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
10+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
1011
<link rel="stylesheet" href="common.css">
1112
<!--[if lt IE 9]>
1213
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>

0 commit comments

Comments
 (0)