2011-09-16 01:28:58 +09:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
2017-02-10 00:53:52 +09:00
|
|
|
<script src="../../node_modules/systemjs/dist/system.js"></script>
|
|
|
|
<script src="../../systemjs.config.js"></script>
|
2014-05-13 09:41:01 +09:00
|
|
|
<script src="hello.js"></script>
|
2011-10-28 21:32:36 +09:00
|
|
|
</head>
|
2011-09-16 01:28:58 +09:00
|
|
|
|
|
|
|
<body>
|
|
|
|
<canvas id="the-canvas" style="border:1px solid black;"/>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|