tor-browser

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

zwnj-01-ref.html (820B)


      1 <!DOCTYPE html>
      2 <!-- Reference rendering for zwnj-01.html. This uses spans with
      3  display:inline-block to prevent the letters from connecting -->
      4 <html>
      5 <head>
      6  <title>ZWNJ test</title>
      7  <meta http-equiv="content-type" content="text/html; charset=utf-8">
      8  <style type="text/css">
      9  body {   
     10    font-size: 36px;
     11  }
     12  span {
     13    display: inline-block;
     14  }
     15  </style>
     16 </head>
     17 <body lang="ar">
     18  <p><span>&#x647;&#x627;</span><span>&#x647;&#x641;&#x62A;&#x647;</span></p>
     19  <p><span>&#x647;&#x627;</span><span>&#x645;&#x648;&#x632;&#x647;</span></p>
     20  <p><span>&#x634;&#x646;&#x628;&#x647;</span><span>&#x633;&#x647;</span></p>
     21  <p><span>&#x622;&#x647;&#x646;</span><span>&#x631;&#x627;&#x647;</span></p>
     22  <p><span>&#x627;&#x641;&#x632;&#x627;&#x631;</span><span>&#x646;&#x631;&#x645;</span></p>
     23 </body>
     24 </html>