mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-30 10:00:18 +02:00
folder names
This commit is contained in:
13
6-space-game/solution/index.html
Normal file
13
6-space-game/solution/index.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!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>
|
Reference in New Issue
Block a user