bug https
This commit is contained in:
parent
d56fdc4805
commit
6fbb940f0d
1 changed files with 6 additions and 4 deletions
10
index.html
10
index.html
|
@ -13,20 +13,22 @@
|
||||||
|
|
||||||
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
|
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
|
||||||
|
|
||||||
|
<!-- jbox -->
|
||||||
|
<script src="bower_components/jbox/Source/jBox.min.js"></script>
|
||||||
|
<link href="bower_components/jbox/Source/jBox.css" rel="stylesheet">
|
||||||
|
|
||||||
<script type="text/javascript" src="bower_components/jquery/dist/jquery.min.js"></script>
|
<script type="text/javascript" src="bower_components/jquery/dist/jquery.min.js"></script>
|
||||||
<script type="text/javascript" src="bower_components/d3/d3.min.js"></script>
|
<script type="text/javascript" src="bower_components/d3/d3.min.js"></script>
|
||||||
<script type="text/javascript" src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
|
<script type="text/javascript" src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
|
||||||
<script type="text/javascript" src="bower_components/jsrender/jsrender.min.js"></script>
|
<script type="text/javascript" src="bower_components/jsrender/jsrender.min.js"></script>
|
||||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
|
||||||
|
|
||||||
<!-- fullpage -->
|
<!-- fullpage -->
|
||||||
<link rel="stylesheet" type="text/css" href="bower_components/pagePiling.js/jquery.pagepiling.css" />
|
<link rel="stylesheet" type="text/css" href="bower_components/pagePiling.js/jquery.pagepiling.css" />
|
||||||
<script type="text/javascript" src="bower_components/pagePiling.js/jquery.pagepiling.js"></script>
|
<script type="text/javascript" src="bower_components/pagePiling.js/jquery.pagepiling.js"></script>
|
||||||
<!-- fullpage -->
|
<!-- fullpage -->
|
||||||
|
|
||||||
<!-- jbox -->
|
|
||||||
<script src="bower_components/jbox/Source/jBox.min.js"></script>
|
|
||||||
<link href="bower_components/jbox/Source/jBox.css" rel="stylesheet">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue