This commit is contained in:
2026-04-07 10:08:30 +02:00
parent 94e108205d
commit 65f01462b0
+1 -1
View File
@@ -21,6 +21,6 @@
</head>
<body>
<button class="playbutton">Start / Stop</button>
<input type="range" id="volumeSlider" min="0" max="1" step="0.01" value="1" style="width: 0.5vw;">
<input type="range" id="volumeSlider" min="0" max="1" step="0.01" value="1" style="width: 100%; max-width: 500px;">
</body>
</html>