mandyvarel commited on
Commit
a8aa2b1
·
1 Parent(s): 5562cdb

Update static/output.html

Browse files
Files changed (1) hide show
  1. static/output.html +26 -47
static/output.html CHANGED
@@ -1,52 +1,31 @@
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
- <div itemscope itemtype="https://schema.org/Recipe">
9
- <span itemprop="name">Moroccan-Style Tomato Salad</span>
10
- By <span itemprop="author">Unknown</span>,
11
- <meta itemprop="datePublished" content="Unknown">
12
- <img itemprop="image" src="salad.jpg"
13
- alt="Moroccan-Style Tomato Salad" />
14
- <span itemprop="description">A salad that's the perfect accompaniment to summer grills.</span>
15
 
16
- Prep Time: <meta itemprop="prepTime" content="PT20M">20 minutes
17
- Cook time: <meta itemprop="cookTime" content="PT20M">20 minutes
18
- Yield: <span itemprop="recipeYield">4 servings</span>
19
 
20
- <div itemprop="nutrition"
21
- itemscope itemtype="https://schema.org/NutritionInformation">
22
- Nutrition facts:
23
- <span itemprop="calories">Unknown calories</span>,
24
- <span itemprop="fatContent">Unknown fat</span>
25
- </div>
26
- Ingredients:
27
 
28
- <span itemprop="recipeIngredient">200g tinned chickpeas</span>
29
- <span itemprop="recipeIngredient" tsp ground cumin</span>
30
- <span itemprop="recipeIngredient" tsp cayenne</span>
31
- <span itemprop="recipeIngredient" tsp ground coriander</span>
32
- <span itemprop="recipeIngredient">Olive oil</span>
33
- <span itemprop="recipeIngredient">1 kg mixed ripe tomatoes</span>
34
- <span itemprop="recipeIngredient">½ cucumber</span>
35
- Instructions:
36
- <span itemprop="recipeInstructions">
37
 
38
- Preheat the oven to 190°C.
39
- Tip the chickpeas into a small roasting tin, add the cumin, cayenne, coriander, and 1 tablespoon of olive oil, and season.
40
- Mix to coat the chickpeas in the spices, then roast in the oven for about 20 minutes, until golden and crisp.
41
- 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.
43
- </span>
44
- 0 comments:
45
 
46
- <div itemprop="interactionStatistic" itemscope itemtype="https://schema.org/InteractionCounter">
47
- <meta itemprop="interactionType" content="https://schema.org/CommentAction" />
48
- <meta itemprop="userInteractionCount" content="0" />
49
- </div>
50
- </div>
51
- </body>
52
- </html>
 
 
 
1
+ <div itemscope itemtype="https://schema.org/Recipe">
2
+ <span itemprop="name">Mom's World Famous Banana Bread</span>
3
+ By <span itemprop="author">John Smith</span>,
4
+ <meta itemprop="datePublished" content="2009-05-08">May 8, 2009
5
+ <img itemprop="image" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRYw0PeL_vUePShuz5xoHZZoCybJUtGEz6Wg_aE0Czo_g&s"
6
+ alt="Banana bread on a plate" />
 
 
 
 
 
 
 
 
7
 
8
+ <span itemprop="description">This classic banana bread recipe comes
9
+ from my mom -- the walnuts add a nice texture and flavor to the banana
10
+ bread.</span>
11
 
 
 
 
 
 
 
 
12
 
13
+ Ingredients:
14
+ - <span itemprop="recipeIngredient">3 or 4 ripe bananas, smashed</span>
15
+ - <span itemprop="recipeIngredient">1 egg</span>
16
+ - <span itemprop="recipeIngredient">3/4 cup of sugar</span>
 
 
 
 
 
17
 
18
+ Instructions:
19
+ <span itemprop="recipeInstructions">
20
+ Preheat the oven to 350 degrees.
21
+ </span>
 
 
 
22
 
23
+ <span itemprop="recipeInstructions">
24
+ Mix in the ingredients in a bowl.
25
+ </span>
26
+
27
+ <span itemprop="recipeInstructions">
28
+ Pour the mixture into a loaf pan and bake for one hour.
29
+ </span>
30
+
31
+ </div>