You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Web-Dev-For-Beginners/6-space-game/solution/index.html

13 lines
245 B

<!DOCTYPE html>
<html>
<body>
<p>Image to use:</p>
<p>Canvas:</p>
<canvas id="myCanvas" width="1024" height="768" style="border:1px solid #d3d3d3;">
Your browser does not support the HTML5 canvas tag.</canvas>
<script src="app.js">
</script>