-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFacilitiesPage.html
More file actions
81 lines (74 loc) · 4.34 KB
/
FacilitiesPage.html
File metadata and controls
81 lines (74 loc) · 4.34 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
<head>
<title>FacilitiesPage</title>
<link rel="stylesheet" href="Stylesheets/StyleFacility.css">
<link rel="stylesheet" href="Stylesheets/StyleHeader.css">
<link rel="stylesheet" href="Stylesheets/StyleFooter.css">
<link rel="icon" href="Images/log.png" type="image/icon type">
<link rel="stylesheet" href="Stylesheets/fonts.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="HomePage.html">Home</a></li>
<li><a href="FacilitiesPage.html">Facilities</a></li>
<li><a href="OfferPage.html">Offers</a></li>
<li><a href="ContactPage.html">Contact</a></li>
</ul>
</nav>
</header>
<img class="im1" src="Images/log.png" alt="Logo">
<h1 class="title">Mika <span style="color:#68b1dce9">Hotels</span></h1>
<div class="vl1"></div>
<div class="vl2"></div>
<div class="para">
<h1>Why Mika?</h1>
<p>
Welcome to our Mika World, where you can experience the beauty
of nature while enjoying all the modern amenities that we have to offer. Our hotel features spacious and comfortable
rooms that are designed to blend seamlessly with the surrounding jungle environment. Each room is equipped with air
conditioning, flat-screen TVs, and free Wi-Fi, ensuring that you have all the comforts of home.
We also have an on-site restaurant that serves delicious meals made from locally sourced ingredients.
Whether you're exploring the jungle trails or relaxing in our outdoor pool, our hotel has something for everyone.
Our friendly staff is available 24/7 to ensure that your stay with us is a memorable one.
Book your stay now and immerse yourself in the natural beauty of our World.
</p>
</div>
<img class="rm" src="Images/room2.jpg" alt="room">
<div class="para2">
<h1>Our Restaurent..</h1>
<p>
Welcome to our hotel's restaurant, where we offer a unique dining experience with our fresh and authentic
traditional jungle foods. Our kitchen is staffed by expert chefs who use only the freshest ingredients to create delicious and flavorful
dishes. We take pride in sourcing local and organic produce whenever possible, ensuring that our menu is not only delicious
but also sustainable. Whether you're looking for a hearty breakfast to start your day, a satisfying lunch, or a delectable dinner,
we have something for everyone.
Come and join us for a memorable dining experience that celebrates the rich culinary heritage of the jungle.
</p>
</div>
<img class="food" src="Images/food.jpg" alt="food">
<div class="para3">
<h1>Want to be Relaxed..</h1>
<p>
At Mika Jungle Hotel, we offer our guests a truly immersive jungle experience with our special outdoor huts.
These huts are designed to blend seamlessly with the natural surroundings and provide a peaceful oasis where
guests can relax and unwind. Set amidst lush greenery and towering trees, the huts offer a serene escape from the hustle
and bustle of daily life. Whether you're looking to read a book, take a nap, or simply soak up the beauty of the jungle,
our outdoor huts provide the perfect setting. Equipped with comfortable seating and soft lighting, they offer a cozy and
intimate atmosphere that's perfect for couples and families alike.
Come and enjoy the tranquility of the jungle in our special outdoor huts - it's an experience you won't forget!
</p>
</div>
<img class="hut" src="Images/room.jpg" alt="hut">
<footer>
<img src="Images/log.png" alt="Logo">
<p class="ltn"><span class="material-symbols-outlined">location_on</span><br>Mika Hotels,<br>22/A, Ruwana Paradeshi Hills,<br>Kandy,<br>SriLanka.</p>
<p class="call"><span class="material-symbols-outlined">call</span><br>081-7583934<br>081-5842253</p>
<p class="mail"><span class="material-symbols-outlined">mail</span><br><a href="mailto:mikaworlds.kd@gmail.com">mikaworlds.kd@gmail.com</a></p>
<div class="vl"></div>
<p class="cr">All copyrights reserved by Mika Hotels - © 2023</p>
</footer>
</body>
</html>