Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Sauravkr1806 authored Sep 3, 2024
1 parent 91bdd6d commit 9097043
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ <h1>Welcome to Tic Tac Toe </h1>
</div>

</div>
<audio src="./Sound/Background.mp3"></audio>
<audio src="./Sound/Drawgame.mp3"></audio>
<audio src="./Sound/Winner.mp3" ></audio>
<audio src="./Sound/move1.mp3"></audio>
<audio src="./Sound/move2.mp3"></audio>
<audio src="./Sounds/Background.mp3"></audio>
<audio src="./Sounds/Drawgame.mp3"></audio>
<audio src="./Sounds/Winner.mp3" ></audio>
<audio src="./Sounds/move1.mp3"></audio>
<audio src="./Sounds/move2.mp3"></audio>
<button class="btn">Reset Game</button>
<button class="btn1">New Game</button>

Expand All @@ -66,4 +66,4 @@ <h1>Welcome to Tic Tac Toe </h1>
</footer>
<script src="server.js"></script>
</body>
</html>
</html>

0 comments on commit 9097043

Please sign in to comment.