tor-browser

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

499857-1.html (588B)


      1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      2 <html>
      3 <head>
      4 <style type="text/css">
      5 
      6 #relleft {
      7 float: left;
      8 width: 290px;
      9 margin: 15px 0 0 0;
     10 }
     11 
     12 #fl:first-line {  }
     13 
     14 #cols { column-width: 4503599627370497mm; }
     15 
     16 </style>
     17 
     18 <script type="text/javascript">
     19 
     20 function boom()
     21 {
     22  document.getElementById("x").setAttribute("id", "cols");
     23  document.getElementById("fl").firstChild.splitText(1);
     24 }
     25 
     26 </script>
     27 </head>
     28 
     29 <body onload="boom();">
     30 <div id="x"><div id="relleft"></div><div id="fl">
     31 a b c d</div></div>
     32 </body>
     33 </html>