Skip to content

Commit

Permalink
register page linked
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansh101112 committed Jul 12, 2024
1 parent fa027ab commit d1a37d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions login/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login Form | Dan Aleko</title>
<title>Login Form</title>
<link rel="stylesheet" href="login.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
</head>
Expand All @@ -25,7 +25,7 @@ <h1>Login</h1>
</div>
<button type="submit" class="btn">Login</button>
<div class="register-link">
<p>Dont have an account? <a href="#">Register</a></p>
<p>Dont have an account? <a href="https://flipkart-clone-seven-azure.vercel.app/account/login-signup.html#">Register Here</a></p>
</div>
</form>
</div>
Expand Down

0 comments on commit d1a37d6

Please sign in to comment.