mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-29 04:54:12 +03:00
Fixed 404'd CDNs and got newest version of jquery.
This commit is contained in:
parent
bcf137386a
commit
b234794c48
6
dist/test.html
vendored
6
dist/test.html
vendored
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<head>
|
<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/ripples.min.css" rel="stylesheet">
|
||||||
<link href="css/material-wfont.min.css" rel="stylesheet">
|
<link href="css/material-wfont.min.css" rel="stylesheet">
|
||||||
|
|
||||||
|
@ -31,8 +31,8 @@
|
||||||
|
|
||||||
<!-- Your site ends -->
|
<!-- Your site ends -->
|
||||||
|
|
||||||
<script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.1/jquery.min.js"></script>
|
||||||
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.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/ripples.min.js"></script>
|
||||||
<script src="js/material.min.js"></script>
|
<script src="js/material.min.js"></script>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user