initial commit

This commit is contained in:
root
2024-06-03 16:43:53 +03:00
commit 21e3fd0797
1535 changed files with 60499 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<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>