tor-browser

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

476063-1-ref.html (537B)


      1 <!DOCTYPE html>
      2 <head>
      3 </head>
      4 <body>
      5  <div style="display: table" id="x">
      6    <div style="display: table-row">
      7      <div style="display: table-cell">1 - 1</div>
      8      <div style="display: table-cell">1 - 2</div>
      9    </div>
     10    <div style="display: table-row">
     11      <div style="display: table-cell">2 - 1</div>
     12      <div style="display: table-cell">2 - 2</div>
     13    </div>
     14  </div>
     15  <div style="border: 2px solid green">This is a test</div>
     16  <span style="border: 2px solid green">before<div>This is a test</div>after</span>
     17 </body>