forked from punit121/SAC_WEBSITE
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.php
33 lines (28 loc) · 857 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Students' Alumni Cell · IIT Kharagpur</title>
<?php include 'metatags.php'; ?>
<?php include 'css_include.php';?>
<style type="text/css">
</style>
</head>
<body >
<div class="container">
<?php include 'navbar.php' ;?>
<?php include 'slider1.php' ; ?>
<h2 >Objectives </h2>
<?php include 'column3.php';?>
<h2 >Latest Programs</h2>
<?php include 'column4.php' ;?>
<?php include 'midbox.php' ;?>
</div>
<div style="background-image:url('img/vinay.png');width:1315px;background-repeat:no-repeat;margin-left:15px;">
<?php include 'spons-slider.php' ;?>
<?php include 'footer.php';?>
</div>
</div>
<script src="http://thecodeplayer.com/uploads/js/prefixfree-1.0.7.js" type="text/javascript"></script>
<?php include 'js_include.php';?>
</body>
</html>