Fixed 404'd CDNs and got newest version of jquery.

This commit is contained in:
Christopher Dumas 2014-11-07 06:31:03 -08:00
parent bcf137386a
commit b234794c48

6
dist/test.html vendored
View File

@ -2,7 +2,7 @@
<head>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<link href="https://rawgit.com/twbs/bootstrap/master/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="css/ripples.min.css" rel="stylesheet">
<link href="css/material-wfont.min.css" rel="stylesheet">
@ -31,8 +31,8 @@
<!-- Your site ends -->
<script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.1/jquery.min.js"></script>
<script src="https://rawgit.com/twbs/bootstrap/master/dist/js/bootstrap.min.js"></script>
<script src="js/ripples.min.js"></script>
<script src="js/material.min.js"></script>