Skip to content

Commit

Permalink
Update forgotpwd.html
Browse files Browse the repository at this point in the history
  • Loading branch information
en-25 authored Jul 3, 2024
1 parent 0cae62d commit 059619d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Forgot Password</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="../css/login.css">
</head>
<body>
<div class="container">
<h2>Forgot Password</h2>
<form action="#">
<form action="#" method="GET">
<div class="input-group">
<label for="email">Email</label>
<input type="email" id="email" name="email" required>
Expand Down

0 comments on commit 059619d

Please sign in to comment.