Skip to content

Commit

Permalink
Merge pull request #1381 from Ansh101112/main
Browse files Browse the repository at this point in the history
register page linked
  • Loading branch information
arghadipmanna101 authored Jul 12, 2024
2 parents fa027ab + d1a37d6 commit 3df68ce
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 3df68ce

Please sign in to comment.