KEXEL commited on
Commit
f6e9124
·
verified ·
1 Parent(s): 1af8597
Files changed (1) hide show
  1. play-midi.html +3 -3
play-midi.html CHANGED
@@ -142,9 +142,9 @@
142
  <input id="volume" type="range" min="0" max="1" step="0.01" value="1">
143
 
144
  <div class="playcax">
145
- <button id='previous'>Previous song</button>
146
- <button id='pause'>Pause</button>
147
- <button id='next'>Next song</button>
148
  </div>
149
 
150
  <!-- note the type="module" -->
 
142
  <input id="volume" type="range" min="0" max="1" step="0.01" value="1">
143
 
144
  <div class="playcax">
145
+ <button class="buttonn" id='previous'>Previous song</button>
146
+ <button class="buttonn" id='pause'>Pause</button>
147
+ <button class="buttonn" id='next'>Next song</button>
148
  </div>
149
 
150
  <!-- note the type="module" -->