summaryrefslogtreecommitdiffstats
path: root/api/templates
diff options
context:
space:
mode:
authorZach Silveira <zackify@gmail.com>2015-08-29 20:50:41 -0700
committerZach Silveira <zackify@gmail.com>2015-08-29 20:50:41 -0700
commitdaf68151207f683ef89578d5da0c2ec9563f3e99 (patch)
tree47ad8c7242bb8e01aa3b323d87d3dab7f4f7a13d /api/templates
parentbdf53884f567a46216fc1b8f3462fd15ab53ae92 (diff)
downloadchat-daf68151207f683ef89578d5da0c2ec9563f3e99.tar.gz
chat-daf68151207f683ef89578d5da0c2ec9563f3e99.tar.bz2
chat-daf68151207f683ef89578d5da0c2ec9563f3e99.zip
fixed ssl warning on signup page
Diffstat (limited to 'api/templates')
-rw-r--r--api/templates/error.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/templates/error.html b/api/templates/error.html
index 3474c9e1e..adb8f9f7d 100644
--- a/api/templates/error.html
+++ b/api/templates/error.html
@@ -5,7 +5,7 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,700' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/static/css/styles.css">
</head>
<body class="white error">