-
Notifications
You must be signed in to change notification settings - Fork 0
/
kontak.php
42 lines (36 loc) · 1.56 KB
/
kontak.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
<?php include('header.php'); ?>
<!-- Contact Section Begin -->
<section class="contact spad">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-lg-6 col-md-6">
<div class="contact__text">
<div class="section-title">
<center>
<span>Informasi</span>
<h2>Kontak Kami</h2>
<p>seperti yang diharapkan dari perusahaan yang dimulai sebagai penyedia jasa penginapan,kami sangat memperhatikan terkait service dan fasilitas yang disediakan.</p>
</center>
</div>
<ul>
<li>
<h4>Kontak</h4>
<p>
<i class="fa fa-envelope-o"></i> info@Al-huriahhotel.com
<br>
<i class="fa fa-phone"></i> +123 - 456 - 789
</p>
</li>
<li>
<h4>Lokasi Hotel</h4>
<p><i class="fa fa-map-marker"></i> Jl. KH.
Abdurrahman Siddik,Gabek Satu,kec Taman Sari,Kota Pangkalpinang<br />bangka Belitung</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section End -->
<?php include('footer.php'); ?>