Skip to content

Commit

Permalink
Fromat documents
Browse files Browse the repository at this point in the history
  • Loading branch information
Astral92 committed Feb 20, 2025
1 parent d3fe13b commit 345752a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions recipes/hummus.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hummus</title>
</head>

<body>
<h1>Hummus</h1>
<img src="../img/hummus.jpg" alt="A plate of hummus with vegetables and bread nearby" height="310" width="310">
<h3>Description</h3>
<p>Hummus is a delicious spread (or dip) made from chickpeas, tahini, lemon, and spices. It is a popular dish in the Middle East and the Mediterranean</p>
<p>Hummus is a delicious spread (or dip) made from chickpeas, tahini, lemon, and spices. It is a popular dish in the
Middle East and the Mediterranean</p>
<h3>Ingredients</h3>
<ul>
<li>Chickpeas</li>
<li>Tahini</li>
<li>Lemon juice</li>
<li>Lemon juice</li>
<li>Garlic</li>
<li>Ground cumin and salt</li>
<li>Olive oil</li>
Expand All @@ -27,4 +30,5 @@ <h3>Steps</h3>
</ol>
<a href="../index.html">Home</a>
</body>

</html>

0 comments on commit 345752a

Please sign in to comment.