tor-browser

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

883987-1e.html (139B)


      1 <!DOCTYPE html>
      2 <style>
      3 body { background: green }
      4 @supports (color: red) or (content: url("foo
      5 )) {
      6  body { background: red }
      7 }
      8 </style>