tor-browser

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

dummy.html (231B)


      1 <!DOCTYPE html>
      2 <html>
      3  <meta http-equiv="Content-Security-Policy" content="default-src 'none'; object-src 'none'"></meta>
      4  <title>This is a dummy page</title>
      5  <meta charset="utf-8">
      6  <body>This is a dummy page</body>
      7 </html>