tor-browser

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

1233135-1.html (235B)


      1 <!DOCTYPE html>
      2 <style>
      3  fieldset, input, select {
      4    display: ruby;
      5  }
      6 </style>
      7 <fieldset></fieldset>
      8 <input type="color">
      9 <input type="file">
     10 <input type="number">
     11 <input type="range">
     12 <select></select>
     13 <select size="2"></select>