tor-browser

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

dir-selector-change-004-ref.html (346B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      5    <style type="text/css">
      6        span { background-color: lime }
      7    </style>
      8 </head>
      9 <body>
     10    <div>
     11        <div dir="rtl">
     12          <div></div>
     13          <span>מקור השם עברית</span>
     14        </div>
     15    </div>
     16 </body>
     17 </html>