tor-browser

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

883987-1c.html (136B)


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