tor-browser

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

file_bug297761.html (286B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <base href="http://www.mozilla.org/">
      5  </head>
      6  <body>
      7    <form action="">
      8      <input type='submit' formaction="">
      9      <button type='submit' formaction=""></button>
     10      <input id='i' type='image' formaction="">
     11    </form>
     12  </body>
     13 </html>