tor-browser

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

1317351-ref.html (290B)


      1 <!DOCTYPE HTML>
      2 <html><head>
      3  <meta charset="utf-8">
      4  <title></title>
      5  <style type="text/css">
      6 
      7 html { padding: 100px }
      8 
      9 mask {
     10  position: absolute;
     11  top: 98px; left: 98px;
     12  width: 300px;
     13  height: 200px;
     14  background: black;
     15 }
     16  </style>
     17 </head>
     18 <body>
     19 <mask></mask>
     20 </body>
     21 </html>