soiz1 commited on
Commit
ed0d13c
·
verified ·
1 Parent(s): 5fa2df8

Update index.html

Browse files
Files changed (1) hide show
  1. 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="10000" step="0.01" value="100">
55
- <input type="number" id="volumeInput" min="0" max="10000" step="0.01" value="100">
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">