soiz1 commited on
Commit
03da20b
·
verified ·
1 Parent(s): 06dfdc7

Update index.html

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