Starchik1 commited on
Commit
0fffcdc
·
verified ·
1 Parent(s): 8cc7ed7

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -131,8 +131,8 @@
131
  <header>
132
  <h1>Stream</h1>
133
  <div>
134
- <button class="stop-button" onclick="playRandom()">Play Random</button>
135
- <button class="stop-button" onclick="stopMusic()">Stop All</button>
136
  </div>
137
  </header>
138
 
 
131
  <header>
132
  <h1>Stream</h1>
133
  <div>
134
+ <button class="stop-button" onclick="playRandom()">Random</button>
135
+ <button class="stop-button" onclick="stopMusic()">Stop</button>
136
  </div>
137
  </header>
138