Skip to content

Commit

Permalink
Update and rename LoginPage.html to Login.html
Browse files Browse the repository at this point in the history
  • Loading branch information
en-25 authored Jun 8, 2024
1 parent 0c1125e commit 7ca0d05
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 64 deletions.
39 changes: 39 additions & 0 deletions website/Login.html
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 &nbsp;&nbsp;&nbsp;&nbsp;</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>
64 changes: 0 additions & 64 deletions website/LoginPage.html

This file was deleted.

0 comments on commit 7ca0d05

Please sign in to comment.