tor-browser

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

context_menu_image.html (254B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8" content="width=device-width, height=device-height" />
      5    <title>Context Menu Test Image</title>
      6  </head>
      7  <body>
      8    <img id="image" src="images/test.gif" alt="Test Image" />
      9  </body>
     10 </html>