-
Notifications
You must be signed in to change notification settings - Fork 4
/
members.php
executable file
·35 lines (30 loc) · 1.04 KB
/
members.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">
<meta name="google-signin-client_id" content="307712715810-5gqv439ef8l9hmmod3ggpbdplcc7t7gq.apps.googleusercontent.com">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="Team .EXE is the technical team of Computer Science & Engineering Department for technical fest NIMBUS at NIT Hamirpur.">
<meta name="author" content="Team .EXE">
<link rel="icon" href="images/title.png">
<title>Members - Team .EXE</title>
<?php
include_once('stylesheets.php');
?>
</head>
<body>
<?php
include_once('header.php');
include_once('navigation.php');
?>
</div>
<center>
<iframe id="fram" src="members/coordinators.php" ></iframe>
</center>
<?php
include_once('footer.php');
?>
</body>
</html>