tor-browser

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

450311-1.html (483B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head><style type="text/css" id="s"></style>
      4 <script type="text/javascript">
      5 
      6 function boom()
      7 {
      8  document.getElementById("x").style.cssFloat = "";
      9  document.getElementById("s").textContent = "span { margin: -9684px; word-spacing: 31851153225in; }";
     10 }
     11 
     12 </script>
     13 </head>
     14 
     15 <body onload="boom();">
     16 
     17 <table>
     18  <tr><td colspan="2"></td></tr>
     19  <tr><td><span>1 2 3</span></td><td id="x" style="float: right;"><span>4 5 6</span></td></tr>
     20 </table>
     21 
     22 </body>
     23 </html>