-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename LoginPage.html to Login.html
- Loading branch information
Showing
2 changed files
with
39 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<link rel="stylesheet" href="css/loginpage.css" /> | ||
<title>Login Page</title> | ||
</head> | ||
<body> | ||
<form action="login_page.php" method="post"> | ||
<div class="imgcontainer"> | ||
<img src="The Club-logos_black.png" alt="The Club Logo" class="avatar"> | ||
</div> | ||
<div class="container"> | ||
<div id="a1"> | ||
<label for="email"><b>E-mail </b></label> | ||
<input class="round" type="email" placeholder="Enter email address*" name="email" required> | ||
</div> | ||
<div> | ||
<label for="psw"><b>Password</b></label> | ||
<input class="round" type="password" placeholder="Enter Password" name="pwd" required><br> | ||
</div> | ||
<div> | ||
<label> | ||
<input type="checkbox" checked="checked" name="remember"> | ||
Remember me | ||
</label> | ||
</div> | ||
<div> | ||
<button type="submit"><b>Login</b></button> | ||
</div> | ||
<div> | ||
<span class="psw"><a href="#" style="text-decoration:none">Forgotten password?</a></span> | ||
</div> | ||
<div> | ||
<button type="submit">Create Account</button> | ||
</div> | ||
</div> | ||
</form> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.