-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
168 lines (152 loc) · 5.41 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
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<?php
include("menubar.php");
?>
<html>
<head>
<title>E wed</title>
<link rel="stylesheet" href="footer.css">
</head>
<body>
<center style="background-color:#def9fb;padding-top: 30px">
<h2>About E Wed Matrimony.com</h2>
</center>
<p style="background:#def9fb;padding-left: 140px;padding-right: 140px;padding-top: 30px;padding-bottom: 30px;text-align: justify">
Trusted by the different communities all over the world, E Wed Matrimony continues to be the most reliable and reputable online E Wed matrimonial platform.Chavara Matrimony is established under the prestigious E Wed Family Welfare Centre,
which is a proud division of the E Wed Cultural Centre located in Kochi. As one of the leading Kerala matrimony websites, we strongly strive to find your perfect soul mate - who can bring out the best in each other.
Inspired by human values and principles, we help families get highly compatible and supportive in-laws. Entering into our 25th year of expertise in the online matchmaking space and with 2 lakh+ remarkable testimonies, E Wed Matrimony is the best match finder for your life!</p>
<img src="s_images/index_main.png" style="width:100%;" />
<img src="s_images/index_main2.png" style="width:100%;" />
<div class="menu2">
<ul>
<li><a href="index.php">HELP
<ol>
<li>FAQ
<li>
</ol>
<ol>
<li>Contact Us
<li>
</ol>
<ol>
<li>Report Misuse
<li>
</ol>
<ol>
<li>Feedback
<li>
</ol>
<ol>
<li>Sitemap
<li>
</ol>
<ol>
<li>Careers
<li>
</ol>
</a></li>
<li><a href="index.php">MATRIMONY SERVICE
<ol>
<li>Free Membership Service
<li>
</ol>
<ol>
<li>Paid Membership Service
<li>
</ol>
<ol>
<li>Digital Magazine
<li>
</ol>
<ol>
<li>Wedding Photos
<li>
</ol>
<ol>
<li>Celestial Matrimony
<li>
</ol>
<ol>
<li>Advertise With Us
<li>
</ol>
</a></li>
<li><a href="index.php">OTHER SERVICE
<ol>
<li>Matrimony Blog
<li>
</ol>
<ol>
<li>Android App
<li>
</ol>
<ol>
<li>Specific Matrimony App
<li>
</ol>
<ol>
<li>E-Brocher
<li>
</ol>
<ol>
<li>Testimony
<li>
</ol>
<ol>
<li>Photo Gallary
<li>
</ol>
</a></li>
<li><a href="contact.php">CONTACT US
<ol>
<li>Team Welfare center
<li>
</ol>
<ol>
<li>2nd Floor,Cultural Center
<li>
</ol>
<ol>
<li>Near somewhere
<li>
</ol>
<ol>
<li>Unknow Cross Road</li>
</ol>
<ol>
<li>Cochin - 123123
<li>
</ol>
<ol>
<li>Kerala, India
<li>
</ol>
</a></li>
<li><a href="about.php">ABOUT US
<ol>
<li>About us
<li>
</ol>
<ol>
<li>Press Release
<li>
</ol>
<ol>
<li>Team Details
<li>
</ol>
<ol>
<li>Terms of Use
<li>
</ol>
<ol>
<li>Privacy Policy
<li>
</ol>
<ol>
<li>Director's Message</li>
</ol>
</a></li>
</ul>
</div>
</body>
</html>