-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlast_meet.php
executable file
·70 lines (51 loc) · 1.22 KB
/
last_meet.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
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
70
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html">
<title>Last Meet</title>
<?php include("mainStyle.php"); ?>
<link rel="stylesheet" type="text/css" media="all" href="css/events_styles.css">
<script type="text/javascript" src="js/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="js/scrollview.js"></script>
</head>
<style type="text/css" media="screen">
.header_1{
font-size: 35px;
font-family: exomedium;
text-align: center;
color:white;
}
img
{
border:5px double lightgrey;
border-radius: 5px;
margin: 10px;
}
.image_text
{
margin: 0px 0px 40px 0px;
}
.10
{
margin: 0px 0px 0px 0px;
}
</style>
<body class="container" style="overflow-x:hidden">
<div class="container">
<?php include("top_home.php"); ?>
<div class="row">
<div class="col-md-2">
</div>
<div class="col-md-8 arihant">
<div id="event_slide">
<?php include("content_lastmeet.php"); ?>
</div><!-- @end #content -->
</div>
<div class="col-md-2" style="background:; text-align:center; ">
<?php include("socialIcons.php");?>
</div>
</div>
</div>
</body>
</html>