tor-browser

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

1119117-1-ref.html (224B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <style>
      5 #image {
      6  position:fixed;
      7  opacity:0.50196078431;
      8  left:0;
      9  top:0;
     10  width:100%;
     11  height:100%;
     12  background:blue;
     13 }
     14 </style>
     15 </head>
     16 <body>
     17  <div id="image"></div>
     18 </body>
     19 </html>