Files
BPIT-ATTENDANCE/shubham/html/authenticate.html
2024-06-03 16:43:53 +03:00

14 lines
242 B
HTML

<html>
<form action="authenticate.php" method="post">
<label for="enroll_no">Enrollment Number:</label><br>
<input type="text" id="enroll_no" name="enroll_no"><br>
<input type="submit" value="Submit">
</form>
</html>