Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 47 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,52 @@
<title>Mulowax Recipe</title>
</head>
<body>
<div>Mulowax Recipe</div>
<div height=150 src="mulowax.jpg" >
<div>A quick and easy recipe to make mulowax 😋🥞</div>
<div>Ingredients</div>
<div>
<div>175g flour</div>
<div>3 eggs</div>
<div>450ml milk</div>
<div>Sunflower oil</div>
</div>
<div>Method</div>
<div>
<div>Add the flour, eggs, and milk to a bowl</div>
<div>Whisk the mixture and set it aside for half an hour</div>
<div>Heat a pan and add some Sunflower oil</div>
<div>Add some of the mix to the pan and cook for a few minutes</div>
<div>Flip and cook the other side until done, then serve</div>
</div>
<h1>Mulowax Recipe</h1>
<img height=150 src="mulowax.jpg" >
<p>A quick and easy recipe to make mulowax 😋🥞</p>
<h3>Ingredients</h3>
<ul>
<li>175g flour</li>
<li>3 eggs</li>
<li>450ml milk</li>
<li>Sunflower oil</li>
</ul>
<p>Method</p>
<ol>
<li>Add the flour, eggs, and milk to a bowl</li>
<li>Whisk the mixture and set it aside for half an hour</li>
<li>Heat a pan and add some Sunflower oil</li>
<li>Add some of the mix to the pan and cook for a few minutes</li>
<li>Flip and cook the other side until done, then serve</li>
</ol>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mulowax Recipe</title>
</head>
<body>
<h1>Mulowax Recipe</h1>
<img height=150 src="mulowax.jpg" >
<p>A quick and easy recipe to make mulowax 😋🥞</p>
<h3>Ingredients</h3>
<ul>
<li>175g flour</li>
<li>3 eggs</li>
<li>450ml milk</li>
<li>Sunflower oil</li>
</ul>
<p>Method</p>
<ol>
<li>Add the flour, eggs, and milk to a bowl</li>
<li>Whisk the mixture and set it aside for half an hour</li>
<li>Heat a pan and add some Sunflower oil</li>
<li>Add some of the mix to the pan and cook for a few minutes</li>
<li>Flip and cook the other side until done, then serve</li>
</ol>
</body>
</html>