Skip to content

Commit

Permalink
Merge pull request #774 from PatelHarsh2006/harshmain
Browse files Browse the repository at this point in the history
Added SHARE SCORE Button in Congratulations POP-UP
  • Loading branch information
YadavAkhileshh authored Nov 10, 2024
2 parents 9728f98 + 8887208 commit cacfed6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,13 @@ <h2 class="uppercase">What power-up do you find most helpful?</h2>
<h2>Congratulations!</h2>
<p>You've beat your high score!</p>
<p>Your new high score is: <span id="newHighScore"></span></p>
<br>
<div id="faqbtn">
<a href="./share_score.html">
<button class="faq-btn">Share Score</button>
</a>
</div>
<br><br>
<button id="closePopupBtn">Close</button>
</div>
</div>
Expand Down

0 comments on commit cacfed6

Please sign in to comment.