-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaculty.php
35 lines (31 loc) · 993 Bytes
/
faculty.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NCT | Student Registration</title>
<link rel="stylesheet" href="./css/style.css">
<p><a href="home.php" class="nav-btn">Back</a></p>
<center class="center-home-page-welcome">
<h3 class="home-page-welcome">ADMIN REGISTRATION</h3>
</center>
</head>
<body class="home-body">
<center>
<br><br><br><br><br><br>
<div class="nct-home">
<ul class="nct-role">
<li><a href="adminReg.php" class="faculty-role">Register</a></li><br><br><br>
<li><a href="adminLogin.php" class="faculty-role">Login</a></li>
</ul>
</div>
</center>
</body>
<br><br><br><br><br><br><br><br><br><br><br><br>
<center>
<?php
include('include/footer.html')
?>
</center>
</html>