document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta charset="utf-8">
  5.     <title>&#10026;Monitointheshell</title>
  6.     <script type="text/javascript" src="js/jquery-1.5.2.min.js"></script>
  7.     <script type="text/javascript">
  8.         $(document).ready(function() {
  9.             setInterval(function() {
  10.                 $(\'#tiempoarriba\').load("comandita/tiempoarriba.php");
  11.             },1000);
  12.         });
  13. </script>
  14. </head>
  15. <body>
  16.        <div id="tiempoarriba"></div>
  17. </body>
  18. </html>
');