-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (56 loc) · 3.97 KB
/
Copy pathindex.html
File metadata and controls
76 lines (56 loc) · 3.97 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
<!DOCTYPE html>
<html>
<head>
<title>Restuarant</title>
<link rel="icon" type="image/x-icon" href="https://st2.depositphotos.com/1035649/7783/v/950/depositphotos_77833254-stock-illustration-restaurant-logo.jpg">
</head>
<body style="background-image: url(https://image.freepik.com/free-vector/golden-retro-restaurant-logo-pack_23-2148376154.jpg)" >
<h1 style="text-align: center"><span style="color: aqua"> Welcome To Our Restaurant(أهلا بكم في مطعمنا)</span></h1>
<table border="20" style="background-color: beige">
<caption><span style="font-size: 40px">Menu</span></caption>
<thead>
<th style="text-align: center"><h2>Pizza</h2></th>
<th style="text-align: center"><h2>Pasta</h2></th>
<th style="text-align: center"><h2>Burger</h2></th>
<th style="text-align: center"><h2>Salad</h2></th>
</thead>
<tr>
<td>
<h3>Mushrom Pizza</h3>
<img src="https://s23209.pcdn.co/wp-content/uploads/2016/11/White-Mushroom-PizzaIMG_4169edit-720x1080.jpg" width="200px" height="200px">
</td>
<td>
<h3>Red Sauce Pasta</h3>
<img src="https://img.taste.com.au/JtVKfhv8/taste/2016/11/pasta-with-simple-tomato-sauce-21073-1.jpeg" width="200ox" height="200px">
</td>
<td>
<h3>Chicken Burger</h3>
<img src="https://img.taste.com.au/RmJcf6EW/taste/2017/12/spicy-smoky-bbq-chicken-burger-taste_1980x1320-133719-1.jpg" width="200px" height="200px">
</td>
<td>
<h3>Fruit Salad</h3>
<img src="https://www.chelseasmessyapron.com/wp-content/uploads/2014/04/FRUIT-SALAD-3-500x500.jpg" width="200px" height="200px">
</td>
</tr>
</table>
<h2>Mushrom Pizza <a href="#Ingredients">Ingredients</a></h2>
<img src="https://s23209.pcdn.co/wp-content/uploads/2016/11/White-Mushroom-PizzaIMG_4169edit-720x1080.jpg" width="100px" height="100px">
<p style="background-color: aqua">
Gluten-Free Pizza Dough, recipe follows , Cooking spray, 1 cup shredded part-skim mozzarella, 1/2 cup part-skim ricotta
, 2 cloves garlic, thinly sliced
</p>
<h2>Red Sauce Pasta <a href="#Ingredients">Ingredients</a></h2>
<img src="https://img.taste.com.au/JtVKfhv8/taste/2016/11/pasta-with-simple-tomato-sauce-21073-1.jpeg" width="100ox" height="100px">
<p style="background-color: aqua">
1 tablespoon olive oil , 1 brown onion, chopped , 2 garlic cloves, crushed , 1 x 800g can Italian diced tomatoes , 1 tablespoon tomato paste</p>
<h2>Chicken Burger <a href="#Ingredients">Ingredients</a></h2>
<img src="https://img.taste.com.au/RmJcf6EW/taste/2017/12/spicy-smoky-bbq-chicken-burger-taste_1980x1320-133719-1.jpg" width="100px" height="100px">
<p style="background-color: aqua">6 Coles Australian RSPCA Approved Chicken Thigh Fillets , 40g pkt McCormick Grill Mates American BBQ Slow and Low Smokin' Texas BBQ Rub, 2 tablespoons olive oil , 1 cup (80g) shredded red cabbage , 1 cup (80g) shredded savoy cabbage
</p>
<h2>Fruit Salad<a href="#Ingredients">Ingredients</a></h2>
<img src="https://www.chelseasmessyapron.com/wp-content/uploads/2014/04/FRUIT-SALAD-3-500x500.jpg" width="100px" height="100px">
<p style="background-color: aqua">
2 large oranges ((2/3 cup fresh orange juice (154g) and 1/2 teaspoon zest)) , 2 large (79g) lemons ((1/3 cup fresh lemon juice and 1/2 teaspoon lemon zest)) , 1/4 cup (47g) brown sugar , 1 teaspoon vanilla extract , 1 teaspoon poppyseeds
</p>
</body>
</html>