tor-browser

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

759036-2-ref.html (261B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style>
      5 .clipround {
      6  width:250px;
      7  overflow:hidden;
      8  transform: translateX(300px);
      9 border-radius:35px;
     10  opacity:0.5;
     11 }
     12 </style>
     13 </head>
     14 <body>
     15 <img src="mozilla-banner.gif" class="clipround">
     16 </body>
     17 </html>