瀏覽代碼

fixed https request issue

Akira Laine 9 年之前
父節點
當前提交
fbdf6b73aa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/client/head.html

+ 1 - 1
app/client/head.html

@@ -27,7 +27,7 @@
     <meta name="theme-color" content="#ffffff">
     <meta name="theme-color" content="#ffffff">
     <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
     <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
     <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
     <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
-    <link href='http://fonts.googleapis.com/css?family=Oxygen:400,300,700' rel='stylesheet' type='text/css'>
+    <link href='https://fonts.googleapis.com/css?family=Oxygen:400,300,700' rel='stylesheet' type='text/css'>
     <script src="/jquery.textcomplete.min.js"></script>
     <script src="/jquery.textcomplete.min.js"></script>
     <script src="/emojidropdown.js"></script>
     <script src="/emojidropdown.js"></script>
     <script type="application/javascript">
     <script type="application/javascript">