tor-browser

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

clickToReload.html (253B)


      1 <html>
      2  <head>
      3    <meta charset="utf-8" />
      4    <title>Hello, world!</title>
      5    <meta name="viewport" content="initial-scale=1.0" />
      6  </head>
      7  <body style="height: 100%" onclick="window.location.reload()">
      8    <p>Hello, world!</p>
      9  </body>
     10 </html>