tor-browser

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

continuous-inline-4-ref.html (564B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <style>
      5      span.b { display: inline-block; height: 20px; }
      6    </style>
      7  </head>
      8  <body>
      9    <div>
     10      <span style="background: url(blue-16x20-green-16x20.png);">
     11        <span class="b" style="width: 32px"></span></span><span
     12            style="background: url(blue-16x20.png);"><span
     13            class="b" style="width: 16px"></span>
     14      </span>
     15    </div>
     16    <div>
     17      <span style="background: url(green-16x20.png);">
     18        <span class="b" style="width: 16px"></span>
     19      </span>
     20    </div>
     21  </body>
     22 </html>