-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.php
34 lines (30 loc) · 1.02 KB
/
about.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
<?php
include('top_header.php');
echo " <title>About Us</title>";
include('header.php');
?>
<center>
<div class="ttt">
<h1>Contact Us</h1>
<h2>Main Branch</h2>
<ul>
<li><p style="color:black">Matara</p></li>
<li><p style="color:black">Opening hours:09:00 AM - 8:00 PM</p></li>
<li><p style="color:black">Address:No 85;Galle Road,Matara</p></li>
<li><p style="color:black">Mobile No:077-84424878</p></li>
</ul>
</div>
</center>
<center>
<div class="map about">
<h1>Outlets Close to You</h1>
</hr>
<div class=" col-md-8 col-sm-12 map details" style="overflow:hidden;position: relative;">
<iframe width="100%" height="460px" src="https://maps.google.com/maps?hl=en&q=matara+(Outlet Locations)&ie=UTF8&t=&z=10&iwloc=B&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0">
</iframe>
</div>
</center>
<?php
include('footer.php');
?>
</html>