tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

893332-1.html (226B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="UTF-8">
      5  </head>
      6  <body>
      7    <input min="-10" max="10" step="0.1" type="range" value="-5"/>
      8    <input max="50" min="10" step="2" type="range" value="7"/>
      9  </body>
     10 </html>