Skip to content

Commit

Permalink
Update game.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PranjaliBhardwaj authored Jan 7, 2024
1 parent 9b3fb82 commit 395f695
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Light/game.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ <h2 id="question"></h2>
<p class="choice-prefix">D</p>
<p class="choice-text" data-number="4"></p>
</div>
<label for="un-mute" class="unmute" onclick="playpause()" id="playpauseBTN">
<img src="http://upload.wikimedia.org/wikipedia/commons/3/3f/Mute_Icon.svg" alt="Mute_Icon.svg" title="Mute icon">
</label>
<label for="un-mute" class="mute" onclick="playpause()" id="playpauseBTN">
<img src="http://upload.wikimedia.org/wikipedia/commons/2/21/Speaker_Icon.svg" alt="Speaker_Icon.svg" title="Unmute/speaker icon">
</label>
<footer>
<button class="next_btn">Next Ques</button>
</footer>
Expand Down

0 comments on commit 395f695

Please sign in to comment.