Skip to content

Commit 83b5b49

Browse files
authored
Update login.html
improved form
1 parent dca2436 commit 83b5b49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

login.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
<h6 class="mb-4 text-muted">Login to your account</h6>
2828
<form action="" method="">
2929
<div class="mb-3 text-start">
30-
<label for="email" class="form-label">Email adress</label>
31-
<input type="email" class="form-control" placeholder="Enter Email" required>
30+
<label for="email" class="form-label">Email address</label>
31+
<input type="email" class="form-control" placeholder="Enter your email" required>
3232
</div>
3333
<div class="mb-3 text-start">
3434
<label for="password" class="form-label">Password</label>
35-
<input type="password" class="form-control" placeholder="Password" required>
35+
<input type="password" class="form-control" placeholder="Enter your password" required>
3636
</div>
3737
<div class="mb-3 text-start">
3838
<div class="form-check">

0 commit comments

Comments
 (0)