tor-browser

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

503957-1.html (470B)


      1 <!DOCTYPE html>
      2 <html dir="rtl">
      3  <head>
      4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      5    <title>Test Page</title>
      6    <style type="text/css">
      7      ol li {
      8        display: inline;
      9        margin: 1em;
     10      }
     11      ol {
     12       padding-inline-start: 0px;
     13      }
     14    </style>
     15  </head>
     16  <body>
     17    <ol>
     18      <li>אתר התוספות של Mozilla</li>
     19      <li>one</li>
     20      <li>two</li>
     21      <li>three</li>
     22    </ol>
     23  </body>
     24 </html>