-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.php
32 lines (26 loc) · 1.25 KB
/
contact.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
<?php include('partials-front/menu.php'); ?>
<section class="food-menu">
<div class="main-content">
<div class="wrapper">
<h1 class="text-center b food-menu "> Contact Us</h1>
<br>
<p class="text-center a">
<b class="b">Address</b>: Poes Garden
Teynampet, Chennai, Tamil Nadu
</p>
<br>
<p class="text-center a">
<b class="b">Email Id</b>:
<a href="#">[email protected]</a>
</p><br>
<p class="text-center a">
<b class="b"> Number</b>: 9876541232
</p><br>
<p>
<iframe class="img-curve location-card-image float-location" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3886.854292086929!2d80.25110836482278!3d13.044945190807772!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a526649ca37c7bf%3A0x45ecc3dfd450a897!2sPoes%20Garden%2C%20Teynampet%2C%20Chennai%2C%20Tamil%20Nadu!5e0!3m2!1sen!2sin!4v1621256289434!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</p>
</div>
</div>
</section>
<br><br><br>
<?php include('partials-front/footer.php'); ?>