tor-browser

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

context.html (562B)


      1 <html>
      2  <head>
      3    <meta charset="utf-8">
      4  </head>
      5  <body>
      6  just some text 12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
      7  <img src="ctxmenu-image.png" id="img1">
      8 
      9  <p>
     10    <a href="some-link" id="link1">Some link</a>
     11  </p>
     12 
     13  <p>
     14    <a href="image-around-some-link">
     15      <img src="ctxmenu-image.png" id="img-wrapped-in-link">
     16    </a>
     17  </p>
     18 
     19  <p>
     20    <input type="text" id="edit-me"><br>
     21    <input type="password" id="password">
     22  </p>
     23  </body>
     24 </html>