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