tor-browser

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

hello.html (196B)


      1 <html>
      2  <head>
      3    <meta charset="utf-8" />
      4    <title>Hello, world!</title>
      5    <link rel="manifest" href="manifest.webmanifest" />
      6  </head>
      7  <body>
      8    <p>Hello, world!</p>
      9  </body>
     10 </html>