Skip to content

Commit

Permalink
Merge pull request #780 from RUDRESH2825/patch-2
Browse files Browse the repository at this point in the history
Update index.html
  • Loading branch information
Ayushparikh-code authored Oct 27, 2024
2 parents f09f544 + 5d89a0d commit 2240d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JAVASCRIPT GAME/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>GAME USING JAVASCRIPT</title>
</head>
<body>
<h1 class="game-heading">DINOSAUR GAME 🦕</h1>
<h1 class="game-heading">DINOSAUR GAME </h1>
<div class="game">
<div class="character">
<img class="dino" src="images/dinosaur.png" alt="dino">
Expand All @@ -19,4 +19,4 @@ <h1 class="game-heading">DINOSAUR GAME 🦕</h1>
</div>
</body>
<script src="script.js"></script>
</html>
</html>

0 comments on commit 2240d0a

Please sign in to comment.