Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
CHAB-Sreylen committed Mar 24, 2023
1 parent 4f6c8a7 commit 4551037
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions resset_password_page.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>

<head>
<title>Reset Your Password</title>
</head>

<body>
<header>
<h1>Reset Your Password</h1>
<nav>
<ul>
<li><a href="register.html">Login</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h2>Reset Your Password</h2>
<form>
<label for="email">Email:</label>
<input type="email" id="email" name="email"><br>

<input type="submit" value="Reset Password">
</form>
</section>
</main>
<footer>
<p>&copy; 2023 GANG ITC. All rights reserved.</p>
</footer>
</body>

</html>

0 comments on commit 4551037

Please sign in to comment.