Skip to content

Commit f48363c

Browse files
author
Ty-Lucas Kelley
committed
added https for links so they work locally
1 parent cbaeea7 commit f48363c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: css.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<link rel="stylesheet" href="bower_components/normalize.css/normalize.css">
88
<link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.min.css">
9-
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:300|Roboto+Condensed:400,700|Inconsolata">
9+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300|Roboto+Condensed:400,700|Inconsolata">
1010
<link rel="stylesheet" href="css/style.css">
1111
</head>
1212
<body>

Diff for: index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<link rel="stylesheet" href="bower_components/normalize.css/normalize.css">
88
<link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.min.css">
9-
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:300|Roboto+Condensed:400,700|Inconsolata">
9+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300|Roboto+Condensed:400,700|Inconsolata">
1010
<link rel="stylesheet" href="css/style.css">
1111
</head>
1212
<body>

Diff for: javascript.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<link rel="stylesheet" href="bower_components/normalize.css/normalize.css">
88
<link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.min.css">
9-
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:300|Roboto+Condensed:400,700|Inconsolata">
9+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300|Roboto+Condensed:400,700|Inconsolata">
1010
<link rel="stylesheet" href="css/style.css">
1111
</head>
1212
<body>

0 commit comments

Comments
 (0)