tor-browser

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

option-fieldset-1.html (209B)


      1 <!DOCTYPE html>
      2 <html>
      3  <link rel='stylesheet' type='text/css' href='style.css'>
      4  <body>
      5    <fieldset disabled class="disabled">
      6      <option class="enabled">foo</option>
      7    </fieldset>
      8  </body>
      9 </html>