Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kakachiex2 committed May 8, 2024
1 parent 78c7222 commit d729ae9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<div class="music-player">
<h2> Mini Music Player </h2>
<audio id="audio-player" controls>
<source src="./audio/LaSeparacion.mp3"> Your browser does not support the audio element.
<!-- <source src="./audio/LaSeparacion.mp3"> -->
Your browser does not support the audio element.
</audio>
<div class="controls">
<button id="play-pause">Play/Pause</button>
Expand Down

0 comments on commit d729ae9

Please sign in to comment.