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