tor-browser

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

1272983-1.html (201B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <style>
      5    div.foo {
      6      margin-bottom: 50%;
      7      display: -moz-box;
      8      direction: rtl;
      9    }
     10  </style>
     11 </head>
     12 <body>
     13  <div class="foo"></div>
     14 </body>
     15 </html>