Non secure urls (#97)
Modified URLs to use https because browsers (google chrome) flags the website as insecure when requesting not secured content.
This commit is contained in:
parent
89e19a6299
commit
19290a9a16
|
@ -6,7 +6,7 @@
|
|||
|
||||
<link rel="icon" type="image/png" href="/static/favicon.png"/>
|
||||
|
||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
|
||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
|
||||
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/3.0.1/normalize.min.css">
|
||||
|
@ -84,7 +84,7 @@
|
|||
<div id="communityFooter">
|
||||
Community <i class="fa fa-comment"></i> : <a target="_blank" href="https://zclassic.herokuapp.com">#zclassic IRC</a>
|
||||
|
|
||||
<iframe src="http://ghbtns.com/github-btn.html?user=s-nomp&repo=s-nomp&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="140" height="20"></iframe>
|
||||
<iframe src="https://ghbtns.com/github-btn.html?user=s-nomp&repo=s-nomp&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="140" height="20"></iframe>
|
||||
</div>
|
||||
|
||||
</footer>
|
||||
|
|
Loading…
Reference in New Issue