-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpieee.html
More file actions
30 lines (30 loc) · 844 Bytes
/
pieee.html
File metadata and controls
30 lines (30 loc) · 844 Bytes
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
<link rel="stylesheet" href="recipe.css">
</head>
<body>
<h1>Baking a lemon Pie</h1>
<img src="pie1.jpg" alt="">
<h2>Ingredients</h2>
<ul>
<li> Baking Powder</li>
<li> Sugar</li>
<li>Vanilla Essence</li>
<li> Lemon</li>
</ul>
<h2>Directions</h2>
<ul>
<li> Let's take baking Powder and vinegar.</li>
<li>Add a table spoon sugar into it</li>
<li> Mix it well</li>
<li> Bake in 180.c preheated oven for 10 mins</li>
</ul>
<h2>Comments</h2>
<button type="button">Submit</button>
<button type="button">Upload a recipe</button>
</body>
</html>