-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.php
More file actions
77 lines (36 loc) · 1.63 KB
/
contact.php
File metadata and controls
77 lines (36 loc) · 1.63 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
<title>Book Store | Contact</title>
<?php
include_once('header.php');
?>
<div class="container">
<div class="row">
<div class="box">
<div class="col-lg-12">
<hr>
<h2 class="intro-text text-center">
<strong>Contact</strong>
Once Upon A Book
</h2>
<hr>
</div>
<div class="col-md-8">
<div class="col-md-12">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3984.0637559281913!2d101.5855177142994!3d3.077651997758844!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31cc4c5ec9f8d805%3A0x2e4a3695a7383953!2s55%2C+Jalan+SS+15%2F4e%2C+Ss+15%2C+47500+Subang+Jaya%2C+Selangor!5e0!3m2!1sen!2smy!4v1498471860027" width="600" height="450" frameborder="0" style="border:0" allowfullscreen>
</iframe>
</div>
</div>
<div class="col-md-4">
<p>Phone:</p>
<p href="callto:+603-7783 1568"><strong><a href="tel:+60377881238">+603-7788 1238</a></strong></p>
<br><p>Email:</p>
<p><strong><a href="mailto:bookstore@rocketmail.com">bookstore@rocketmail.com</a></strong></p>
<br><p>Address:</p>
<p><strong>55, Jalan SS 15/4e,
<br>Ss 15, 47500 Subang Jaya,
<br>Selangor, Malaysia.</strong></p>
</div>
</div>
</div>
<?php
include_once('footer.php');
?>