tor-browser

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

1217833-2-ref.html (397B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8" />
      5 <style>
      6 html, body { overflow:hidden }
      7 div{
      8  background: yellow;
      9  width:150px;
     10  height:50px;
     11  margin: 0 auto;
     12  text-align:right;
     13  color: blue;
     14  direction: ltr; unicode-bidi: bidi-override;
     15 }
     16 span {
     17  background: aqua;
     18  margin: 0 3px;
     19 }
     20 </style>
     21 </head><body><div dir="rtl">הקי<span>דב</span>te<span>st</span></div></body></html>