flappyDojo/index.html

6 lines
188 B
HTML

<html>
<body>
<canvas id="canvas" width="400" height="600" style="border: 1px solid #333"></canvas>
<script src="http://localhost:8080/dist/bundle.js"></script>
</body>
</html>