Fix secure links

This commit is contained in:
Mathew Kurian 2014-12-24 03:22:39 -06:00
parent b0aa7bf69b
commit ed3c16a77c
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ScribeJS Demo</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700' rel='stylesheet' type='text/css'>
<link href="css/style.css" rel="stylesheet" type="text/css">
<script src ="js/jquery-2.1.3.min.js" type="text/javascript"></script>
<script src ="js/index.js" type="text/javascript"></script>

View file

@ -8,7 +8,7 @@
<title>{{title}} - ScribeJS</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="lib/ng-toggle.css" type="text/css">
<link rel="stylesheet" href="lib/autocomplete.css" type="text/css">
<link href="style.css" rel="stylesheet" type="text/css">