Skip to content

Commit

Permalink
fixed !
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhijeetbyte authored Apr 19, 2023
1 parent 7bf6356 commit 39eaf57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NewRecord.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<h4>Enter Data</h4>
</center>

<label>Roll No.</label>
<label>Roll No (1 - 10)</label>
<input type="text" name="roll_no" placeholder="Your Roll No." required>

<label>Password</label>
<input type="text" name="pass" placeholder="Enter Password" required>
<input type="password" name="pass" placeholder="Enter Password" required>
<br />
<br />

Expand Down Expand Up @@ -52,4 +52,4 @@ <h4>Enter Data</h4>
</div>
</body>

</html>
</html>

0 comments on commit 39eaf57

Please sign in to comment.