tor-browser

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

list-simple-1.html (145B)


      1 <html>
      2 <body style="margin-left: 100px">
      3  <ul style="list-style-image: url('lime100x100.svg')">
      4    <li>abc
      5    <li>def
      6  </ul>
      7 </body>
      8 </html>