Skip to content

Commit 0878712

Browse files
authored
http => https
1 parent 2ec7e3c commit 0878712

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<link rel="stylesheet" href="css/normalize.css">
2323
<link rel="stylesheet" href="css/main.css">
2424
<link rel="shortcut icon" href="http://houkedekwant.com/boilerplate/favicon.ico">
25-
<link href='http://fonts.googleapis.com/css?family=Archivo+Narrow:400,700,400italic' rel='stylesheet' type='text/css'>
25+
<link href='https://fonts.googleapis.com/css?family=Archivo+Narrow:400,700,400italic' rel='stylesheet' type='text/css'>
2626
<script src="js/vendor/modernizr-2.6.1.min.js"></script>
2727
<script type="text/javascript">
2828

@@ -985,9 +985,9 @@ <h6>Control the effect</h6>
985985

986986

987987

988-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
988+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
989989
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.8.0.min.js"><\/script>')</script>
990-
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js"></script>
990+
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js"></script>
991991
<script src="https://raw.github.com/furf/jquery-ui-touch-punch/master/jquery.ui.touch-punch.min.js"></script>
992992
<script src="http://houkedekwant.com/boilerplate/js/plugins.js"></script>
993993
<script src="js/main.js"></script>

0 commit comments

Comments
 (0)