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.
17 lines
510 B
HTML
17 lines
510 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Mithril • ThreadIt.js</title>
|
|
<link rel="stylesheet" href="http://threaditjs.com/reset.css"/>
|
|
<link rel="stylesheet" href="http://threaditjs.com/shared.css"/>
|
|
<link rel="stylesheet" href="colors.css"/>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="//threaditjs.com/shared.js"></script>
|
|
<script src="../../module/module.js"></script>
|
|
<script src="../../mithril.js"></script>
|
|
<script src="app.js"></script>
|
|
</body>
|
|
</html>
|