Current Path : /var/www/html/
Upload File :
Current File : /var/www/html/wellcome.php

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>HealthKafe.com</title>
<script type="text/javascript">
function redirect()
  {
	  window.parent.location.href="index.php";
      }

</script>
</head>

<body>
<div id="div-regForm">
  <div align="center"><table width="100%" height="100%">
      <tr>
        <td width="100%"  align="center"> Thank you for registring with us!!</br>
                                  To activate your account kindly check your email and click on the confirmation link.  <a href="#" onclick="redirect();">close</a>               </td>
      </tr>
  </table></div>
</div>
</body>
</html>

,