-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.htm
More file actions
83 lines (65 loc) · 3.69 KB
/
index.htm
File metadata and controls
83 lines (65 loc) · 3.69 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
82
83
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<div class="nav-wrapper">
<div class="logo-cont"> <img src="2.png" alt=""> </div>
. <div class="navcont"> <ul class="nav-tabs">
<li class="nav-tab"> Home </li>
<li class="nav-tab"> Gallery </li>
<li class="nav-tab"> Contact Us</li>
<li class="nav-tab">About Us </li>
</ul>
</div> </div>
</nav>
<section class="main-pag">
<div class="heading"> Restaurent Menu </div>
<div class="main"> <div class="frame">
<h4> Beverages</h4>
<ul class="product">
<div class="prod1"> <li> Freshly brewed coffee <b>$3 </b></li>
<p> A delicious, classic cup of coffee made with freshly ground beans. </p>
<li> Iced tea <b>$2.50 </b></li>
<p> A refreshing, cold drink made with black tea and served over ice. </p>
<li> Lemonade <b>$3 </b></li>
<p> A sweet and tart drink made with freshly squeezed lemons and sugar. </p>
</ul> </div>
<div class="frame">
<h4> Desserts</h4>
<ul class="product">
<li> Chocolate cake <b>$6 </b></li>
<p> A rich and decadent chocolate cake with layers of fudge frosting. </p>
<li> Apple pie<b>$5</b></li>
<p> A classic dessert made with sweet, spiced apples and a buttery crust. </p>
<li> Cheesecake <b>$7 </b></li>
<p> A creamy and smooth dessert made with cream cheese and a graham cracker crust. </p>
</ul> </div>
<div class="frame">
<h4> Main courses</h4>
<ul class="product">
<li> Grilled chicken sandwich <b>$10 </b></li>
<p> A juicy, grilled chicken breast served on a toasted bun with lettuce, tomato, and mayo. </p>
<li>Spaghetti and meatballs<b>$12</b></li>
<p> A classic Italian dish with homemade meatballs and a tomato-based sauce served over spaghetti. </p>
<li> Grilled salmon<b>$16 </b></li>
<p> A fresh fillet of salmon grilled to perfection and served with steamed vegetables and rice pilaf. </p>
</ul> </div>
</div> </div>
</div> </div>
<div class="button1"> <a href="feedback.html"><input type = "button" value=" Give Feedback" id = "Butt"> </a>
</section>
<script src="" async defer></script>
</body>
</html>