tor-browser

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

select.html (166B)


      1 <!doctype html>
      2 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      3 <select id="simple">
      4  <option>ABC</option>
      5  <option>DEF</option>
      6 </select>