-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspaghetti.html
34 lines (34 loc) · 1.31 KB
/
spaghetti.html
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
<!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>Recipes - spaghetti</title>
</head>
<body><center>
<h1>Our spaghetti</h1>
<img src="./macaroni.jpg" width="500px" alt="picture of pesto pasta">
<h3><em>Sometimes all you need in life is a simple and great dish.</em></h3>
<p>This recipe is great for busy (or lazy!) people who still wish
to make something by themselves instead of ordering.</p>
<p>Making the dish takes only 15 minutes and it servers two!</p></center>
<hr>
<p class="recipe">Here's what you need:</p>
<ul>
<li>Tagliatelle pasta, 250g</li>
<li>Green pesto, 1dl</li>
<li>Mozzarella, 125g</li>
<li>Cherry tomatoes, 250g</li>
<li>Fresh basil</li>
</ul>
<ol>
<li>Boil the pasta according to the instructions on the package.
Drain the water and mix in the pesto.</li>
<li>Cut the tomatoes in half, cut the the mozzarella. Mix them with the pasta.
Add fresh basil, serve fresh!
</li>
</ol>
<a href="./index.html">Back to the Recipes</a>
</body>
</html>