-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.php
31 lines (28 loc) · 1.29 KB
/
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
<?php session_start();?>
<?php include("device.php"); ?>
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie ie6 no-js" lang="en"> <![endif]-->
<!--[if IE 7 ]> <html class="ie ie7 no-js" lang="en"> <![endif]-->
<!--[if IE 8 ]> <html class="ie ie8 no-js" lang="en"> <![endif]-->
<!--[if IE 9 ]> <html class="ie ie9 no-js" lang="en"> <![endif]-->
<!--[if gt IE 9]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta name="google-site-verification" content="xZ6GnfqJxyaeK-c3ORW_ytfI4MOP_hZ_0-AB3rH9QMQ" />
<title>12th Alumni Meet</title>
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<link rel="stylesheet" type="text/css" href="css/style1.css" />
<script type="text/javascript" src="js/modernizr.custom.86080.js">
</script>
<script>
window.onload = window.setTimeout(re,12000);
function re(){
window.location = "http://www.alumnimeet.iitkgp.ernet.in/home.php";
}
</script>
</head>
<body id="page" onclick="window.location='http://www.alumnimeet.iitkgp.ernet.in/home.php'">
<h2 style="float:left;font:bold 20px Tahoma">Click anywhere to exit the invitation</h2>
<!--<span style="z-index:10000;top:100px;font:bold 50px Tahoma;color:red;position:center"><a href="index.php"><h2>Click To Enter the Website</h2></a></span>-->
<?php include("back.php");?>
</body>
</html>