Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -51,8 +51,8 @@
|
|
51 |
|
52 |
<div class="control-group">
|
53 |
<label for="volumeRange">音量:</label>
|
54 |
-
<input type="range" id="volumeRange" min="0" max="
|
55 |
-
<input type="number" id="volumeInput" min="0" max="
|
56 |
</div>
|
57 |
|
58 |
<div class="control-group">
|
|
|
51 |
|
52 |
<div class="control-group">
|
53 |
<label for="volumeRange">音量:</label>
|
54 |
+
<input type="range" id="volumeRange" min="0" max="1000" step="0.01" value="100">
|
55 |
+
<input type="number" id="volumeInput" min="0" max="1000" step="0.01" value="100">%
|
56 |
</div>
|
57 |
|
58 |
<div class="control-group">
|