Skip to content

Commit

Permalink
Update login.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mahatmamahardhikach authored Nov 28, 2024
1 parent 9932f11 commit 8dc196e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h1 class="text-3xl font-bold text-center mb-6">Login to Your Account</h1>

<!-- Submit Button -->
<div class="mb-6">
<button type="submit" class="retro-btn w-full">
<button type="submit" onclick="window.location.href='dashboard.html';" class="retro-btn w-full">
Login
</button>
</div>
Expand Down

0 comments on commit 8dc196e

Please sign in to comment.