tor-browser

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

doc_ruleLineNumbers.html (281B)


      1 <!doctype html>
      2 <html>
      3 <head>
      4  <meta charset="utf-8">
      5  <title>simple testcase</title>
      6  <style type="text/css">
      7  #testid {
      8    background-color: seagreen;
      9  }
     10 
     11  body {
     12    color: chartreuse;
     13  }
     14  </style>
     15 </head>
     16 <body>
     17 <div id="testid">simple testcase</div>
     18 </body>
     19 </html>