tor-browser

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

file_save_as.html (218B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <meta charset="UTF-8">
      5 </head>
      6 <body>
      7  <a href="http://example.org" id="insecure-link">Insecure Link</a>
      8  <a href="https://example.org" id="secure-link">Secure Link</a>
      9 </body>
     10 </html>