mirror of
https://github.com/Hizenberg469/BPIT-ATTENDANCE.git
synced 2026-04-20 02:02:25 +03:00
14 lines
242 B
HTML
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> |