tor-browser

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

1217833-1.html (297B)


      1 <!DOCTYPE html>
      2 <html dir="rtl">
      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 }
     14 div:first-line {
     15  color: blue;
     16 }
     17 </style>
     18 </head><body><div dir="rtl">test</div></body></html>