mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-17 20:11:54 +02:00
accessibility updates throughout lessons
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user