CINXE.COM
Leadlift
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Leadlift</title> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <link href="customer/css/login.css" rel="stylesheet" type="text/css" /> </head> <body> <div class="maingame"> <div class="wrapper"> <h2 class="form-signin-heading">Welcome Back !</h2> <h3 class="form-signin-subheading">Log in to get started !</h3> <form class="form-signin" action="customer/login_check.php" method="post" name="" > <div> <input type="text" class="form-control" name="username" placeholder="Email Address" required="" autofocus="" /> </div> <br/> <div> <input type="password" class="form-control" name="password" placeholder="Password" required=""/> </div> <br/> <button class="logIn" type="submit">LOG IN</button> <div class="Btncontainer"> </div> <div> <span class="psw"><a href="forgotPassword.php">Lost password?</a></span> | <span class="psw"><a href="customer/signup.php">Sign Up</a></span> </div> </form> </div> </div> </body> </html>