tor-browser

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

1454105-1.html (239B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="UTF-8">
      5 <style>
      6 #a {
      7  filter: brightness(1);
      8  border-style: solid;
      9 }
     10 #b {
     11  opacity: 0.2;
     12 }
     13 </style>
     14 </head>
     15 <body>
     16 <span id="b">
     17 <span id="a">
     18 	<div></div>
     19 </span>
     20 </span>
     21 </body>
     22 </html>