tor-browser

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

571281-1-ref.html (153B)


      1 <!doctype html>
      2 <html>
      3 <head>
      4 <style>
      5 li {
      6 list-style-position: inside;
      7 }
      8 </style>
      9 </head>
     10 <body>
     11 
     12 <ul>
     13 <li>Test (inside).</li>
     14 </ul>
     15 
     16 </body>
     17 </html>