tor-browser

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

default-submit-button-1.html (271B)


      1 <!DOCTYPE html>
      2 <html>
      3  <!-- Test: when there is only one submit button, it is the default -->
      4  <link rel='stylesheet' type='text/css' href='default-submit-button-style.css'>
      5  <body>
      6    <form>
      7      <button type='submit'>submit</button>
      8    </form>
      9  </body>
     10 </html>