Skip to content

Commit f2c8010

Browse files
committed
Update test.html
Update CDN links to latest version of Bootstrap (3.3.2)
1 parent 5e6f593 commit f2c8010

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dist/test.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<head>
44

5-
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
5+
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet">
66
<link href="css/ripples.min.css" rel="stylesheet">
77
<link href="css/material-wfont.min.css" rel="stylesheet">
88

@@ -32,7 +32,7 @@ <h3 class="text-muted">If you can see the ripple effect on clicking them, then y
3232
<!-- Your site ends -->
3333

3434
<script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
35-
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
35+
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
3636

3737
<script src="js/ripples.min.js"></script>
3838
<script src="js/material.min.js"></script>

0 commit comments

Comments
 (0)