tor-browser

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

cascade-001.html (170B)


      1 <!doctype html>
      2 <style>
      3 body { margin: 0 }
      4 
      5 div {
      6  width: 100vw;
      7  height: 100vh;
      8  color: transparent;
      9 }
     10 
     11 div {
     12  color: black;
     13 }
     14 </style>
     15 <div>You should see me</div>