accessibility updates throughout lessons

This commit is contained in:
Sarah Higley
2020-12-08 17:03:59 -08:00
parent 9e21da2212
commit 7a0ac83013
13 changed files with 101 additions and 76 deletions

View File

@@ -1,5 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Space Game</title>
</head>
<body>
<p>Image to use:</p>
@@ -10,4 +14,7 @@ Your browser does not support the HTML5 canvas tag.</canvas>
<script src="app.js">
</script>
</script>
</body>
</html>