tor-browser

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

background-color-on-html-ref.html (84B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <style>
      4 html {
      5  background-color: green;
      6 }
      7 </style>
      8 </html>