Files
website/index.html

5 lines
147 B
HTML
Raw Normal View History

2019-01-23 15:27:49 -08:00
<canvas id="myCanvas" width="600" height="400"></canvas>
<style>canvas { background: #DAEDEB; }</style>
<script src="breakout_2.js"></script>