tor-browser

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

zero-dimensions.html (166B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <title>Empty Canvas</title>
      5 </head>
      6 <body>
      7 <canvas style="border-width: 2px solid black" width="0" height="0"></canvas>
      8 </body>
      9 </html>