<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>AVA Mentorship - Login</title> <meta name="description" content=""> <meta name="author" content="templatemo"> <!-- Visual Admin Template https://templatemo.com/tm-455-visual-admin --> <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,700' rel='stylesheet' type='text/css'> <link href="css/font-awesome.min.css" rel="stylesheet"> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/templatemo-style.css" rel="stylesheet"></head> <body class="light-gray-bg"> <div class="templatemo-content-widget templatemo-login-widget white-bg"> <header class="text-center"> <div class=""></div> <h1>AVA Mentorship</h1> </header> <form action="action_page.php" style="border:1px solid #ccc"> <div class="container"> <h1>Sign Up</h1> <p>Please fill in this form to create an account.</p> <hr> <label for="email"><b>Email</b></label> <input type="text" placeholder="Enter Email" name="email" required> <label for="psw"><b>Password</b></label> <input type="password" placeholder="Enter Password" name="psw" required> <label for="psw-repeat"><b>Repeat Password</b></label> <input type="password" placeholder="Repeat Password" name="psw-repeat" required> <label> <input type="checkbox" checked="checked" name="remember" style="margin-bottom:15px"> Remember me </label> <p>By creating an account you agree to our <a href="#" style="color:dodgerblue">Terms & Privacy</a>.</p> <div class="clearfix"> <button type="button" class="cancelbtn">Cancel</button> </div> </div> </form> </div> <div class="templatemo-content-widget templatemo-login-widget templatemo-register-widget white-bg"> <p>A registered user? <strong><a href="login.html" class="blue-text">Sign in now!</a></strong> </p> </div> </body> </html>