tor-browser

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

context_menu_link.html (331B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8" content="width=device-width, height=device-height" />
      5    <title>Context Menu Test Link</title>
      6  </head>
      7  <style>
      8    #hello {
      9      font-size: 20vw;
     10    }
     11  </style>
     12  <body>
     13    <a href="hello.html" title="Hello Link Title" id="hello">Hello World</a>
     14  </body>
     15 </html>