Fix mixed content error. (#2383)

Mixed Content: The page at 'https://cdn.rawgit.com/MithrilJS/mithril.js/master/examples/threaditjs/index.html' was loaded over HTTPS, but requested an insecure stylesheet 'http://threaditjs.com/reset.css'. This request has been blocked; the content must be served over HTTPS.
This commit is contained in:
Arun Cvf 2019-03-02 12:52:39 +05:30 committed by Isiah Meadows
parent 8e7f85f389
commit 853a54ae79

View file

@ -9,7 +9,7 @@
</head>
<body>
<div id="app"></div>
<script src="http://threaditjs.com/shared.js"></script>
<script src="//threaditjs.com/shared.js"></script>
<script src="../../module/module.js"></script>
<script src="../../mithril.js"></script>
<script src="app.js"></script>