forked from icyflame/alumni-meet-website-2015
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
26 lines (24 loc) · 1.18 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
<?php session_start();?>
<!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>
<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,18000);
function re(){
window.location = "http://10.3.103.247/mentorship/website/home.php";
}
</script>
</head>
<body id="page" onclick="window.location='http://10.3.103.247/mentorship/website/home.php'">
<h2 style="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>