tor-browser

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

calc-percent-plus-0px-ref.html (202B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>Simple calc expression in table layout</title>
      4 <table border>
      5  <tr>
      6    <td style="width: 50%">x</td>
      7    <td style="width: 100px">y</td>
      8  </tr>
      9 </table>