Update popup.html

This commit is contained in:
pliny
2023-08-12 17:53:02 -07:00
committed by GitHub
parent 4401d1f9f4
commit f7e676a4cf
+2 -3
View File
@@ -10,7 +10,7 @@
padding: 10px;
}
#frequencySlider {
#frequencySlider, #deltaSlider, #volumeSlider {
width: 100%;
}
@@ -46,8 +46,7 @@
<span id="volumeDisplay">Volume: 50%</span>
<br>
<button id="togglePlayPause">Play</button>
<script src="popup.js"></script>
<button id="randomize">Randomize</button>
<script src="popup.js"></script>
</body>
</html>