-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (54 loc) · 1.83 KB
/
Copy pathindex.html
File metadata and controls
79 lines (54 loc) · 1.83 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
<html>
<head>
<title> DAY 04 </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section id="banner">
<div class="container">
<div class="navbar">
<div class="logo">
<!-- <img src="img/logo.png" > -->
<a ><span>COCOS KITCHEN</span></a>
</div>
<nav>
<ul>
<li><a class="active" href="index.html">HOME</li></a>
<li><a href="Aboutus.html">ABOUT US</li></a>
<li><a href="Menu.html">MENU</li></a>
<li><a href="Contact.html">CONTACT US</li></a>
</ul>
</nav>
</div>
<div class="row">
<div class="heading">
<h1>WELCOME <br>To <br> COCOS KITCHEN</h1>
</div>
</div>
</div>
</section>
<!-- <h1 style="font-size:50px ; text-align:center; background-color:rgb(17, 17, 17); color:white;"><u>TODAY OFFERS</u></h1> -->
<img src="img/offer.jpg" width="100%";>
<section id="intro">
<header class="header">
<h1>We Are...</h1>
</header>
<div class="intro_container">
<br>
<br>
<br>
<br>
<br>
<br>
<p><b>Cocos kitchen is housed in a beautifully renovated century-old villa in the heart of cool Colombo 7.</b>
<br><br><br> Adjoining trendy yoga and wellness centre Prana Lounge – which also offers five cosy rooms at lovely Prana Home – this is a smart, soothing spot to kick back with an iced coffee, dark chocolate granola or a yummy plate of poached eggs on toast.
<br><br><br>Polished wooden tables and cosy seating in an airy, plant-filled room overlooking the garden make it a pared-back but ambient area to relax after a yoga class, or before continuing your city wanderings.</p>
</div>
</section>
<div class="footer_container">
<div class="footer ">
<center> © <script>document.write(new Date().getFullYear());</script> COCOS KITCHEN. All rights reserved. </center></h1>
</div>
</div>
</body>
</html>