Skip to content

Commit

Permalink
Update usign.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Haimonti authored Sep 12, 2024
1 parent 4c8bdf1 commit b7458f1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions usign.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

<form name='login' onSubmit="return formValidation();">
<ul>
<li><label for="userid">User id</label></li>
<li><input type="text" id="userid" name="userid" size="12" /></li>
<li>
<label for="userid">User id</label>
<input type="text" id="userid" name="userid" size="12" />
</li>
<li><label for="passid">Password</label></li>
<li><input type="password" id="password" name="passid" size="12" /></li>
<li><input type="submit" name="Login" value="Login" /></li> | <a href="reg.html">New User Registration</a>
Expand Down

0 comments on commit b7458f1

Please sign in to comment.