riddhiman commited on
Commit
5cea959
·
verified ·
1 Parent(s): 8487836

Update public/index.html

Browse files
Files changed (1) hide show
  1. public/index.html +1 -1
public/index.html CHANGED
@@ -29,7 +29,7 @@
29
  </div>
30
 
31
  <div id="audio-player">
32
- <button id="play-pause-btn">Play</button>
33
  <span id="current-time">00:00</span> / <span id="duration">00:00</span>
34
  <input type="range" id="progress-bar" value="0" min="0">
35
  <button id="mute-btn">Mute</button>
 
29
  </div>
30
 
31
  <div id="audio-player">
32
+ <button id="play-pause-btn">▶</button>
33
  <span id="current-time">00:00</span> / <span id="duration">00:00</span>
34
  <input type="range" id="progress-bar" value="0" min="0">
35
  <button id="mute-btn">Mute</button>