tor-browser

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

select-1-ref.html (184B)


      1 <!DOCTYPE html>
      2 <html>
      3  <select size=4>
      4    <option>foo</option>
      5    <option>bar</option>
      6  </select>
      7  <select>
      8    <option>foo</option>
      9    <option>bar</option>
     10  </select>
     11 </html>