We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f53ae commit 9c731b6Copy full SHA for 9c731b6
Source-Code/DinosaurGame/index.html
@@ -0,0 +1,22 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <link rel="stylesheet" href="style.css">
7
+ <title>DINOSAUR GAME</title>
8
+</head>
9
+<body>
10
+ <h1 class="game-heading">DINOSAUR GAME 🦕</h1>
11
+ <div class="game">
12
+ <div class="character">
13
+ <img class="dino" src="images/dinosaur.png" alt="dino">
14
+ </div>
15
+ <div class="block">
16
+ <img class="cactus" src="images/cactus.png" alt="cactus">
17
18
19
+ <script src="script.js"></script>
20
+</body>
21
+
22
+</html>
0 commit comments