tor-browser

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

empty-cells-default-2-ref.html (167B)


      1 <!DOCTYPE html>
      2 <table style="empty-cells: show">
      3  <tr>
      4    <td style="border: 10px solid blue; background: yellow; height: 50px; width: 50px"></td>
      5  </tr>
      6 </table>