Spaces:
Runtime error
Runtime error
Commit
·
8c76384
1
Parent(s):
bb74c90
Update static/output.html
Browse files- static/output.html +41 -49
static/output.html
CHANGED
@@ -1,55 +1,47 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
-
<html>
|
3 |
<head>
|
4 |
-
|
5 |
-
|
6 |
-
<!-- Define microdata vocabulary -->
|
7 |
-
<meta itemprop="name" content="Moroccan-style Tomato Salad Recipe">
|
8 |
-
<meta itemprop="description" content="A salad that's the perfect accompaniment to summer grills.">
|
9 |
-
<meta itemprop="recipeYield" content="4 servings">
|
10 |
-
<meta itemprop="cookTime" content="20 minutes">
|
11 |
-
<meta itemprop="prepTime" content="15 minutes">
|
12 |
-
<meta itemprop="totalTime" content="35 minutes">
|
13 |
-
<meta itemprop="recipeCategory" content="Salads">
|
14 |
-
<meta itemprop="recipeCuisine" content="Moroccan">
|
15 |
</head>
|
16 |
<body>
|
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 |
</body>
|
55 |
</html>
|
|
|
1 |
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<title>Moroccan-Style Tomato Salad</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
</head>
|
7 |
<body>
|
8 |
+
<h1 itemprop="name">Moroccan-Style Tomato Salad</h1>
|
9 |
+
<p itemprop="description">A salad that's the perfect accompaniment to summer grills.</p>
|
10 |
+
<div itemscope itemtype="http://schema.org/Recipe">
|
11 |
+
<span itemprop="recipeYield">Serves 4</span>
|
12 |
+
<ul>
|
13 |
+
<li>
|
14 |
+
<span itemprop="recipeIngredient">200g tinned chickpeas</span>
|
15 |
+
</li>
|
16 |
+
<li>
|
17 |
+
<span itemprop="recipeIngredient">½ tsp ground cumin</span>
|
18 |
+
</li>
|
19 |
+
<li>
|
20 |
+
<span itemprop="recipeIngredient">½ tsp cayenne</span>
|
21 |
+
</li>
|
22 |
+
<li>
|
23 |
+
<span itemprop="recipeIngredient">½ tsp ground coriander</span>
|
24 |
+
</li>
|
25 |
+
<li>
|
26 |
+
<span itemprop="recipeIngredient">Olive oil</span>
|
27 |
+
</li>
|
28 |
+
<li>
|
29 |
+
<span itemprop="recipeIngredient">1 kg mixed ripe tomatoes</span>
|
30 |
+
</li>
|
31 |
+
<li>
|
32 |
+
<span itemprop="recipeIngredient">½ cucumber</span>
|
33 |
+
</li>
|
34 |
+
</ul>
|
35 |
+
<ol>
|
36 |
+
<li>
|
37 |
+
<span itemprop="step">Preheat the oven to 190°C. Tip the chickpeas into a small roasting tin, add the cumin, cayenne, coriander and 1 tablespoon of olive oil, and season.
|
38 |
+
Mix to coat the chickpeas in the spices, then roast in the oven for about 20 minutes, until golden and crisp.</span>
|
39 |
+
</li>
|
40 |
+
<li>
|
41 |
+
<span itemprop="step">Meanwhile, prepare the tomatoes, slicing the larger ones and cutting any cherry tomatoes into halves or quarters.
|
42 |
+
Arrange on a large platter. Peel and thinly slice the cucumber, then tuck among the tomatoes. Trim and thinly slice the spring onions and chilli. Peel and finely slice half the lemon zest, then scrunch with a pinch of salt and a squeeze of lemon juice, then scatter over salad with spring onion and chilli. Roughly chop herbs and set aside.</span>
|
43 |
+
</li>
|
44 |
+
</ol>
|
45 |
+
</div>
|
46 |
</body>
|
47 |
</html>
|