tor-browser

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

1001233.html (190B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <style>
      6 li::marker {
      7  direction: rtl;
      8  margin-right: 1em;
      9 }
     10 </style>
     11 </head>
     12 <body>
     13 Body
     14 <ul>
     15 <li>list item</li>
     16 </ul>
     17 </body>
     18 </html>