tor-browser

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

355426-1.html (387B)


      1 <html>
      2 <head>
      3 
      4 <script>
      5 
      6 function foo()
      7 {
      8  document.getElementById("navish").style.display = "inline-block";
      9 }
     10 </script>
     11 
     12 </head>
     13 
     14 
     15 <body onload="foo()">
     16 
     17 <div style="column-count: 2;">
     18  <ol id="ol1" style="height: 30px;">
     19    <li>A</li>
     20    <li><p id="p3" style="width: 1em;">Foo Foo Foo Foo Foo Foo Foo Foo Foo Foo Foo</p></li>
     21  </ol>
     22 </div>
     23 
     24 <p id="navish">E</p>		
     25 
     26 </body>
     27 </html>