tor-browser

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

network_document.html (368B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3  <head>
      4    <meta charset="utf-8">
      5    <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
      6    <meta http-equiv="Pragma" content="no-cache" />
      7    <meta http-equiv="Expires" content="0" />
      8    <title>Test for network events</title>
      9  </head>
     10  <body>
     11    <p>Test for network events</p>
     12  </body>
     13 </html>