-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (28 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<h1>sofitel dubai the palm resort and spa</h1>
<div class="icons">
<img src="images/fb.png" alt="" class="icon">
<img src="images/insta.ico" alt="" class="icon">
<img src="images/in.png" alt="" class="icon">
<img src="images/youtube.png" alt="" class="icon">
<img src="images/twitter.png" alt="" class="icon">
</div>
<div class="lineBreak"></div>
<img src="images/cover.jpg" alt="" class="cover">
<div class="lineBreak"></div>
<h1 class="subHead">feature properties</h1>
<div class="container">
<img src="images/room.jpg" alt="" class="item1">
<img src="images/lobby.jpg" alt="" class="item2">
</div>
</div>
</body>
</html>