Skip to content

Commit ae53aba

Browse files
authored
Update Initial.html
1 parent 61d5170 commit ae53aba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Initial.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h1 class="text-2xl font-bold text-white">Secure Login Portal</h1>
6161
</label>
6262
<input
6363
type="email"
64-
id="email1"
64+
id="email"
6565
name="email"
6666
placeholder="Enter your email"
6767
required
@@ -76,7 +76,7 @@ <h1 class="text-2xl font-bold text-white">Secure Login Portal</h1>
7676
</label>
7777
<input
7878
type="text"
79-
id="username1"
79+
id="username"
8080
name="username"
8181
placeholder="Enter your username"
8282
required
@@ -106,7 +106,7 @@ <h1 class="text-2xl font-bold text-white">Secure Login Portal</h1>
106106
</label>
107107
<input
108108
type="tel"
109-
id="phone1"
109+
id="phone"
110110
name="phone"
111111
placeholder="Enter your phone number"
112112
required
@@ -121,7 +121,7 @@ <h1 class="text-2xl font-bold text-white">Secure Login Portal</h1>
121121
</label>
122122
<input
123123
type="password"
124-
id="password1"
124+
id="password"
125125
name="password"
126126
placeholder="Enter your password"
127127
required
@@ -137,7 +137,7 @@ <h1 class="text-2xl font-bold text-white">Secure Login Portal</h1>
137137
</label>
138138
<input
139139
type="password"
140-
id="confirmPassword1"
140+
id="confirmPassword"
141141
name="confirmPassword"
142142
placeholder="Confirm your password"
143143
required

0 commit comments

Comments
 (0)