tor-browser

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

1183896.html (333B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <script>
      5 
      6 function boom()
      7 {
      8    row1.style.textAlign = "left";
      9 }
     10 
     11 </script>
     12 </head>
     13 <body onload="boom();">
     14 
     15    <table>
     16        <tbody>
     17            <tr id="row1"></tr>
     18            <tr>
     19                <td style="position: sticky;"></td>
     20            </tr>
     21        </tbody>
     22    </table>
     23 
     24 </body>
     25 </html>