tor-browser

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

select-3-ref.html (215B)


      1 <!DOCTYPE html>
      2 <html>
      3  <body style="margin: 0; padding: 0;">
      4    <select style="position: absolute; top: 100px; left: 100px;">
      5      <option>foo</option>
      6      <option>bar</option>
      7    </select>
      8  </body>
      9 </html>