tor-browser

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

1119117-1b.html (367B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <style>
      5 #d1 {
      6  overflow:hidden;
      7  height:0;
      8 }
      9 #d2 {
     10  opacity:0.50196078431;
     11 }
     12 #image {
     13  position:fixed;
     14  left:0;
     15  top:0;
     16  width:100%;
     17  height:100%;
     18  background:blue;
     19 }
     20 </style>
     21 </head>
     22 <body>
     23  <div id="d1">
     24    <div id="d2" class="active">
     25      <div id="image"></div>
     26      <h2>ABCDEFG</h2>
     27    </div>
     28  </div>
     29 </body>
     30 </html>