tor-browser

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

367612-1-ref.html (208B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <style> * { color: red } </style>
      5    <style id="t">* { color: green }</style>
      6  </head>
      7  <body>
      8    <span class="test">This text should be green</span>
      9  </body>
     10 </html>