tor-browser

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

ref-green.html (237B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Reference</title>
      4 <link rel="author" title="Intel" href="http://www.intel.com">
      5 <style type="text/css">
      6  div { color: green; }
      7 </style>
      8 <body>
      9  <div>This should be green.</div>
     10 </body>