-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.php
More file actions
executable file
·39 lines (28 loc) · 1.62 KB
/
contact.php
File metadata and controls
executable file
·39 lines (28 loc) · 1.62 KB
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
<?php include 'common_head.php' ?>
<div id="content" class="float_r">
<h1>Contact Us</h1>
<div class="content_half float_l">
<p>Contact us on on of the given addresses. U can also Write mails to us and expect an immediate response.</p>
</div>
<div class="content_half float_r">
<h5>Primary Office</h5>
660-110 baker street,next to <br />Park Avanue Store,
Central <br />Park,New York, 11220<br />
<br /><br />
Phone: 010-010-6600<br />
Email: <a href="mailto:info@yourcompany.com">info@wishcart.com</a><br/>
<div class="cleaner h40"></div>
<h5>Secondary Office</h5>
660-111 baker street,next to <br />Park Avanue Store,
Central <br />Park,New York, 11220<br />
<br /><br />
Phone: 030-030-0220<br />
Email: <a href="mailto:contact@yourcompany.com">contact@wishcart.com</a><br/>
<br />
</div>
<div class="cleaner h40"></div>
<iframe width="680" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=Central+Park,+New+York,+NY,+USA&aq=0&sll=14.093957,1.318359&sspn=69.699334,135.263672&vpsrc=6&ie=UTF8&hq=Central+Park,+New+York,+NY,+USA&ll=40.778265,-73.96988&spn=0.033797,0.06403&t=m&output=embed"></iframe>
</div>
<div class="cleaner"></div>
</div> <!-- END of templatemo_main -->
<?php include 'common_foot.php' ?>