tor-browser

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

348809-2-ref.html (219B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style>
      5 span { color: green }
      6 </style>
      7 </head>
      8 <body>
      9 <form>
     10 <div>
     11  <span>There should be no red.</span>
     12 </div>
     13 <div>
     14  <span>There should be no red.</span>
     15 </div>
     16 </form>
     17 </body>
     18 </html>