-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (41 loc) · 1.8 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>
De` Morais Comercial
</title>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body background-image="images/helao.jpg">
<h1>Hospedarias Do Okafitu</h1>
<h2 id="staff">Our staff<h2>
<ul>
<li><figure><img src="images/helao.jpg"><figcaption>Helao<br>Chief Executive officer</figcaption><figcaption></figcaption></figure></li>
<li><figure><img src="images/ndinelao.jpg"><figcaption>Ndinelao<br>Restaurant Manger</figcaption><figcaption></figcaption></figure></li>
<li><figure><img src="images/portacio.jpg"><figcaption>Portacio<br> Guide</figcaption><figcaption></figcaption></figure></li>
</ul>
<h2>Our Mission </h2>
<p>Welcome to the best guesthouse in Ondjiva, your comfort is our priority. As you visit this
beautiful town let us take care of you.Here you get top class accomodation for less
and also we provide guides to take you through the town if there are specific places you want to visit.
</p>
<h3>Our Facilities</h3>
<div class="images">
<figure><img src="images/fac_1.jpg" alt=""></figure>
<figure><img src="images/fac_2.jpg" alt=""></figure>
<figure><img src="images/fac_3.jpg" alt=""></figure>
<figure><img src="images/fac_4.jpg" alt=""></figure>
<figure><img src="images/fac_5.jpg" alt=""></figure>
</div>
<h2>Our Services</h2>
<ul>
<li>Tour Guiding</li>
<li>Overnight Accomodation</li>
<li>Car Rental Services</li>
<li>Bar & Intertainment</li>
<li>Restaurant</li>
</ul>
</body>
</html>