Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sharmnten authored Feb 26, 2025
1 parent 85c31fa commit 8ae5548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2>Login</h2>
<input type="email" id="login-email" placeholder="Email" required>
<input type="password" id="login-password" placeholder="Password" required>
<button type="submit" class="btn btn-login">Login</button>
<a class="btn btn-login" src="../dashboard/index.html">Straight to Dashboard</a>
<a src="../dashboard/index.html">Straight to Dashboard</a>
</form>
<p class="signup-text">Don't have an account? <a class="btn-signup" href="../signup/index.html">Sign Up</a></p>
</div>
Expand Down

0 comments on commit 8ae5548

Please sign in to comment.