ronin/index.html
Devine Lu Linvega ca48de36d8 Init.
2016-11-11 15:42:13 -08:00

10 lines
348 B
HTML

<html>
<head>
<script type="text/javascript" src="scripts/position.js"></script>
<script type="text/javascript" src="scripts/pointer.js"></script>
</head>
<body>
<canvas id="myCanvas" width="400" height="400" style="background:#efefef"></canvas>
<script type="text/javascript" src="scripts/main.js"></script>
</body>
</html>