tor-browser

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

156888-2-ref.html (294B)


      1 <!DOCTYPE html>
      2 <html>
      3  <body>
      4    <table border="5">
      5      <tr>
      6        <td>Row 1</td>
      7      </tr>
      8      <tr>
      9        <td>Row 2</td>
     10      </tr>
     11      <tr>
     12        <td>Row 3</td>
     13      </tr>
     14      <tr style="display: inline">
     15        <td>Row 4</td>
     16      </tr>
     17    </table>
     18  </body>
     19 </html>