-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaicte.php
More file actions
69 lines (58 loc) · 1.74 KB
/
aicte.php
File metadata and controls
69 lines (58 loc) · 1.74 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>aicte</title>
<style>
.main-content {
margin-top: 22px;
}
.main-content h2 {
font-family: Algerian;
}
.main-content p {
font-size: 17px;
font-family: poppins;
line-height: 1.5;
margin-bottom: 20px;
padding-left: 40px;
}
</style>
</head>
<body>
<?php
include("header.php");
include("header2.php");
?>
<div class="row">
<div class="col-2">
<?php
include("menu.php");
?>
</div>
<div class="col-8 main-content">
<br>
<h2 align="center">AICTE</h2>
<p><a href="https://drive.google.com/file/d/10lULKek0pHFKurjMUOuTqbspgDY9esIJ/view">AICTE Approval</a></p>
<p><a href="https://drive.google.com/file/d/1YFPC7y6IGxQNAXnHvMmjabjUYfRnnSDk/view">AICTE Approvals 2012-2017</a></p>
<p><a href="#">AICTE Approvals 2021-2022</a></p>
<p><a href="https://www.aicte-india.org/anti.htm">AICTE Link</a></p>
<p><a href="#">Citizen Charter & Grievance Redressal</a></p>
<p><a href="https://drive.google.com/file/d/1m16scH7yO0yUaTrB8f4qS4Mo0v-TlNp0/view">Mandatory Disclosure</a></p>
<p>AICTE INCHARGE:-MR. NARESH KUMAR LUTHRA </p>
<p> M. NO. 7888738170</p>
<p>DEPUTY INCHARGE:-MR RAJ KUMAR </p>
<p> M. NO 9814048524</p>
</div>
<div class="col-2">
<?php
include("menu_1.php");
?>
</div>
</div>
<?php
include("footer.php");
?>
</body>
</html>