Skip to content

Commit

Permalink
Create hrecipe-test.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kascakm authored Sep 6, 2024
1 parent e804c36 commit 2bb2025
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions recipes/hrecipe-test.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Spaghetti Carbonara Recipe</title>
</head>
<body>
<div class="h-recipe">
<h1 class="p-name">Spaghetti Carbonara</h1>

<img class="u-photo" src="https://example.com/photos/spaghetti-carbonara.jpg" alt="Spaghetti Carbonara">

<p><strong>Author:</strong> <span class="p-author h-card">Mario Rossi</span></p>

<p><strong>Description:</strong> <span class="p-summary">A classic Italian pasta dish made with eggs, cheese, pancetta, and pepper.</span></p>

<p><strong>Serves:</strong> <span class="p-yield">4 servings</span></p>

<p><strong>Prep Time:</strong> <time class="dt-duration" datetime="PT10M">10 minutes</time></p>
<p><strong>Cook Time:</strong> <time class="dt-duration" datetime="PT15M">15 minutes</time></p>

<h2>Ingredients</h2>
<ul class="p-ingredient">
<li>400g spaghetti</li>
<li>150g pancetta, diced</li>
<li>2 large eggs</li>
<li>100g pecorino cheese, grated</li>
<li>100g parmesan cheese, grated</li>
<li>2 cloves garlic, crushed</li>
<li>2 tablespoons olive oil</li>
<li>Freshly ground black pepper</li>
<li>Salt, to taste</li>
</ul>

<h2>Instructions</h2>
<ol class="e-instructions">
<li>Bring a large pot of salted water to a boil and cook the spaghetti according to package instructions.</li>
<li>While the pasta is cooking, heat olive oil in a large skillet over medium heat. Add pancetta and garlic, cooking until the pancetta is crispy. Remove garlic.</li>
<li>In a bowl, beat the eggs and mix in the pecorino and parmesan cheeses. Add a generous amount of black pepper.</li>
<li>Once the pasta is done, reserve a cup of pasta water and drain the rest. Quickly toss the hot spaghetti with the pancetta in the skillet.</li>
<li>Remove the skillet from the heat and immediately stir in the egg and cheese mixture, using a little of the reserved pasta water to create a creamy sauce.</li>
<li>Serve immediately with extra parmesan and more pepper on top.</li>
</ol>

<h2>Nutrition</h2>
<p><strong>Calories:</strong> <span class="p-nutrition">600 calories per serving</span></p>
</div>
</body>
</html>

0 comments on commit 2bb2025

Please sign in to comment.