tor-browser

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

image-seam-1-ref.html (206B)


      1 <!DOCTYPE HTML>
      2 <style>
      3 body {
      4  background-color:black;
      5 }
      6 div {
      7  transform: scale(0.3);
      8  transform-origin: 0 0;
      9  width: 512px;
     10  height: 256px;
     11  background: white;
     12 }
     13 </style>
     14 <div></div>