-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
43 lines (32 loc) · 1.22 KB
/
menu.html
File metadata and controls
43 lines (32 loc) · 1.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Rehmat-e-Shereen</h1>
<h2> <a href="index.html">Home</a>
<a href="menu.html">Menu</a>
<a href="about.html">About</a>
<a href="contact.html">contact</a></h2>
<h1><u>Our Menu</u></h1>
<hr>
<h1><u>Cupcake</u>
</h1>
<center> <img src="images/cupcake.jpeg" alt="" height="200" width="400"><br><br></center>
<h1><u>Pastry</u>
</h1>
<center><img src="images/pastry.jpeg" alt="" height="200" width="400"><br><br></center>
<h1><u>Cookies</u>
</h1>
<center> <img src="images/cookies.jpeg" alt="" height="200" width="400"><br><br></center>
<h1><u>Cake</u>
</h1>
<center> <img src="images/cake.jpeg" alt="" height="200" width="400"><br><br></center>
<h1><u>Ice-Cream</u>
</h1>
<center> <img src="images/ice.jpeg" alt="" height="200" width="400"></center>
</body>
</html>