tor-browser

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

dummy.html (189B)


      1 <!doctype html>
      2 <html>
      3 <head>
      4 <title>Dummy test page</title>
      5 <meta http-equiv="Content-Type" content="text/html;charset=utf-8"></meta>
      6 </head>
      7 <body>
      8 <p>Dummy test page</p>
      9 </body>
     10 </html>