tor-browser

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

img-invalidation-local-transform-1-ref.html (219B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <style>
      5  img {
      6    max-width: 100%;
      7    height: auto;
      8  }
      9 </style>
     10 </head>
     11 <body>
     12 <div style="width: 450px">
     13 <img src="img-invalidation-local-transform-1-ref.png">
     14 </div>
     15 
     16 </body>
     17 </html>