tor-browser

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

masked.html (359B)


      1 <!DOCTYPE HTML>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <title>Correctly masked page</title>
      6    <style>
      7 .box {
      8  position: relative;
      9  width: 420px;
     10  height: 420px;
     11 }
     12    </style>
     13  </head>
     14  <body>
     15    <div class="box" style="background-color: black;">
     16    </div>
     17    <div class="box" style="background-color: white;">
     18    </div>
     19  </body>
     20 </html>