document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <!DOCTYPE html>
  2. <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
  3. <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
  4. <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
  5. <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
  6. <head>
  7. <meta charset="utf-8" />
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  9.     <title>Sphinx Search</title>
  10.     <link rel="stylesheet" type="text/css" media="screen" href="style.css" />
  11.     <script language="javascript" type="text/javascript" src="jquery-1.7.1.min.js"></script>
  12.     <script type="text/javascript">
  13.         jQuery(document).ready(function(){
  14.         });
  15.     </script>
  16. <body>
  17. <section>
  18.     <center>
  19.         <div class="searching">
  20.             <img src="images/findit.jpg" alt="" title="" />
  21.             <form method="post" action="result.php">
  22.                 <p><input type="text" name="q" size="70" id="search"/></p>
  23.                 <p><input type="submit" name="op" value="search"/></p>
  24.             </form>
  25.             <span><label>Powerd by :</label><img src="images/logo.png" /></span>
  26.         </div>
  27.     </center>
  28. </section>
  29. </html>
');