Skip to content

Commit 569bd4b

Browse files
committed
Fixed Mixed Content error
1 parent 528ba83 commit 569bd4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

heart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
2121

2222
<!-- Google Fonts -->
23-
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono|Droid+Sans+Mono' rel='stylesheet' type='text/css'>
23+
<link href='https://fonts.googleapis.com/css?family=Ubuntu+Mono|Droid+Sans+Mono' rel='stylesheet' type='text/css'>
2424

2525
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
2626
<!--[if lt IE 9]>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
2121

2222
<!-- Google Fonts -->
23-
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono|Droid+Sans+Mono' rel='stylesheet' type='text/css'>
23+
<link href='https://fonts.googleapis.com/css?family=Ubuntu+Mono|Droid+Sans+Mono' rel='stylesheet' type='text/css'>
2424

2525
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
2626
<!--[if lt IE 9]>

0 commit comments

Comments
 (0)