mithril-vndb/examples/threaditjs/index.html
2016-04-20 20:02:37 -04:00

23 lines
No EOL
865 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>
<script src="http://threaditjs.com/shared.js"></script>
<script src="../../module/module.js"></script>
<script src="../../render/normalizeChildren.js"></script>
<script src="../../render/hyperscript.js"></script>
<script src="../../render/trust.js"></script>
<script src="../../render/render.js"></script>
<script src="../../querystring/build.js"></script>
<script src="../../querystring/parse.js"></script>
<script src="../../router/router.js"></script>
<script src="../../request/request.js"></script>
<script src="app.js"></script>
</body>
</html>