tor-browser

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

1401317.html (183B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style type="text/css">
      5 .foo::marker { color: red }
      6 </style>
      7 </head>
      8 <body>
      9  <ul>
     10    <li class="foo">one</li>
     11    <li>two</li>
     12  </ul>
     13 </body>
     14 </html>