Skip to content

Commit c0149e8

Browse files
authored
Update index.html
1 parent d607374 commit c0149e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h1 class="text-2xl font-bold text-white">Secure Login Portal</h1>
7373
</label>
7474
<input
7575
type="text"
76-
id="email"
76+
id="email1"
7777
name="email"
7878
placeholder="Enter your Email id"
7979
required
@@ -91,7 +91,7 @@ <h1 class="text-2xl font-bold text-white">Secure Login Portal</h1>
9191
</label>
9292
<input
9393
type="text"
94-
id="username"
94+
id="username1"
9595
name="username"
9696
placeholder="Enter your username"
9797
required
@@ -110,7 +110,7 @@ <h1 class="text-2xl font-bold text-white">Secure Login Portal</h1>
110110
</label>
111111
<input
112112
type="password"
113-
id="password"
113+
id="password1"
114114
name="password"
115115
placeholder="Enter your password"
116116
required

0 commit comments

Comments
 (0)