Skip to content

Commit 2240d0a

Browse files
Merge pull request #780 from RUDRESH2825/patch-2
Update index.html
2 parents f09f544 + 5d89a0d commit 2240d0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JAVASCRIPT GAME/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>GAME USING JAVASCRIPT</title>
99
</head>
1010
<body>
11-
<h1 class="game-heading">DINOSAUR GAME 🦕</h1>
11+
<h1 class="game-heading">DINOSAUR GAME </h1>
1212
<div class="game">
1313
<div class="character">
1414
<img class="dino" src="images/dinosaur.png" alt="dino">
@@ -19,4 +19,4 @@ <h1 class="game-heading">DINOSAUR GAME 🦕</h1>
1919
</div>
2020
</body>
2121
<script src="script.js"></script>
22-
</html>
22+
</html>

0 commit comments

Comments
 (0)