Skip to content

Commit

Permalink
Merge pull request #140 from VCGithubCode/vc-retro-game-branch
Browse files Browse the repository at this point in the history
Adjust alt image text index.html
  • Loading branch information
Meghanarajvinakota authored Aug 19, 2024
2 parents 7f02352 + 19cc221 commit f0442b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ <h1 class="header-home">&#8203;</h1>
<div class="start-button">
<div class="game-choices">
<a class="game-buttons" href="game.html" id="start2">
<img src="assets/images/mushroom.webp" id="mushroom-image" alt="Mushroom Image">
<img src="assets/images/mushroom.webp" id="mushroom-image" alt="an image of a mushroom">
<img src="img/memory_game/mario_game_title.png" alt="an image of colorful text that says Mario game">
</a>
<div class="game-choices">
<a class="game-buttons" href="memory.html" id="start">
<img src="img/memory_game/memory_game_button.png" alt="an image of colorful text that says Memory game">
<img src="assets/images/meghana.webp" id="star-image" alt="Meghana Image">
<img src="assets/images/meghana.webp" id="star-image" alt="an image of a star">
</a>
</div>
</div>
Expand Down

0 comments on commit f0442b4

Please sign in to comment.