-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 1.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="page.css">
<title>Sky Dine</title>
</head>
<body>
<h1>SKY DINE</h1>
<h2>quick eats for busy people under the sky!</h2>
<img src = "https://imgs.search.brave.com/84lA8KKUi5HTPdQyXn3ibmVv05m5-4XwtATxhDY5eBQ/rs:fit:1200:1200:1/g:ce/aHR0cDovL2Nkbi5v/bmx5aW55b3Vyc3Rh/dGUuY29tL3dwLWNv/bnRlbnQvdXBsb2Fk/cy8yMDE3LzA0LzE0/MjA2MTg3XzEwOTUw/OTIyNDA1ODA1NjJf/NTI4Nzc4NDMxODY4/ODQ3NDQyX28uanBn" alt="">
<p>Let's have a look at the quick bites we offer at different times of the day:
<h3>Breakfast:</h3>
<ul>
<li>Samosa - 10rs</li>
<li>Bread pakoda - 20rs</li>
<li>Poha - 30 rs</li>
</ul>
<h3>Evening:</h3>
<ul>
<li>Sandwich - 40rs</li>
<li>Pasta - 35rs</li>
<li>Noodles - 50rs</li>
</ul>
<h3>Always Available:</h3>
<ul>
<li>Coffee - 10rs</li>
<li>Tea - 5rs</li>
<li>icecream - onMRP</li>
</ul>
</p>
<div>We would also like you to give us some feedback.</div>
<br />
<a href = feedback.html>click here</a><span> to view the feedback form.</span>
</html>