tor-browser

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

203041-1.html (619B)


      1 <html>
      2 
      3 <head></head>
      4 
      5 <body>
      6 <form method="post" action="#" enctype="multipart/form-data" name="content">
      7 
      8 <div id="sshot" style="position:absolute; left:0; top:70; width:600;
      9 visibility:visible">
     10 <input type="file" name="sshot-1"  size="20">
     11 </div>
     12 
     13 <div id="comment" style="position:absolute; left:0; top:70; width:600;
     14 visibility:hidden"></div>
     15 
     16 <script language="JavaScript">
     17 <!--
     18    document.documentElement.offsetHeight;
     19 	document.getElementById('sshot').style.display = 'none';
     20 	document.getElementById('comment').style.display = 'none';
     21 // -->
     22 </script>
     23 </form>
     24 </body></html>