tor-browser

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

1114329-ref.html (1151B)


      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    p {  border: 1px solid black; }
      7        .layout-main-page-content { width: 75%; float: right; text-align:right; }
      8        .layout-right-column { width: 25%; float: left; }
      9    </style>
     10  </head>
     11  <body>
     12    <div>
     13      <div class="layout-main-page-content">
     14        <img src="foo">
     15        <p dir="rtl" id="p_10">0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789</p>
     16        <p dir="rtl" id="p_20">0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789</p>
     17      </div>
     18    </div>
     19    <div class="layout-right-column" dir="rtl">
     20      hoge hoge hoge hoge hoge hoge hoge hoge hoge hoge
     21      <img id="image" style="height: 280px; overflow: hidden;" src="foo" width="100%">
     22    </div>
     23  </body>
     24 </html>