-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (43 loc) · 1.19 KB
/
index.html
File metadata and controls
46 lines (43 loc) · 1.19 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
<!DOCTYPE html>
<html>
<head>
<title>Master Chef Restaurant</title>
</head>
<body>
<h1><img src="Image/Brown Flat Illustrative Chef Restaurant Logo.png" alt="Tasty Bites Logo" height="100"
width="100"> Master Chef Restaurant</h1>
<h2>Menu</h2>
<ol>
<li>
<h3><a href="Biryani/Biryani.html">Biryani</a></h3>
</li>
<li>
<h3><a href="BBQ/BBQ.html">BBQ</a></h3>
</li>
<li>
<h3><a href="Pizza/Pizza.html">Pizza</a></h3>
</li>
<li>
<h3><a href="Karahi/Karahi.html">Karahi</a></h3>
</li>
<li>
<h3><a href="Burger/Burger.html">Burger</a></h3>
</li>
<li>
<h3><a href="Sea Foods/Sea Food.html">Sea Foods</a></h3>
</li>
<li>
<h3><a href="Chinese Foods/Chinese Food.html">Chinese Foods</a></h3>
</li>
<li>
<h3><a href="Cake/Cake.html">Cake</a></h3>
</li>
<li>
<h3><a href="Deserts/Desert.html">Deserts</a></h3>
</li>
<li>
<h3><a href="Fresh Juice/Fresh Juice.html">Fresh Juice</a></h3>
</li>
</ol>
</body>
</html>