Guest User

Untitled

a guest
Dec 13th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <input type="range" id="fader" name="timeshool" list="volsettings">
  2. <datalist id="volsettings">
  3. <option>30</option>
  4. <option>45</option>
  5. <option>60</option>
  6. <option>90</option>
  7. <option>120</option>
  8. </datalist>
Add Comment
Please, Sign In to add comment