MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/www/imenso.co/dev/japfa/forgot-password.php
<!doctype html>
<html lang="en-US" >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<title>Japfa | Make Good Always</title>
<link rel='stylesheet' href='css/bootstrap.min.css'  media='all' />
<link rel='stylesheet' href='css/style.css'  media='all' />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"  media="all">
<link href="https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap" rel="stylesheet">

</head>
<body>

<div class="fw">
	<div class="fw__left">
		<img src="images/wemake.png" class="img-fluid">
	</div>		

	<div class="fw__right">
		<div class="text-center">
	      <img src="images/logo.png" width="150">
	      <h4 class="mt-5">Forgot Password?</h4>

	    </div>
	    <form class="mt-5">
		    <div class="form-group">
		      <label for="exampleInputEmail1">Please enter your registered email address</label>
		      <input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
		    </div>
		   
		    <a href="index.php" class="btn btn-primary btn-block mt-5">Submit</a>
		    <div class="mt-5 text-center">
		    	Back to <a href="index.php">Login</a>
		    </div>
	  </form>
	</div>
</div>

<?php include("footer.php");?>



</body>
</html>