Update index.html
Browse files- 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()">
|
135 |
-
<button class="stop-button" onclick="stopMusic()">Stop
|
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 |
|