97 lines
4.3 KiB
HTML
97 lines
4.3 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<link href="../../style2.css" rel="stylesheet" type="text/css" />
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="user-scalable=no, width=device-width" />
|
||
|
||
<body class="recipe">
|
||
<section class="header">
|
||
<div class="image" style="background-image: url('./image.png')"></div>
|
||
|
||
<div class="about">
|
||
<h1>Chicken Pastries</h1>
|
||
|
||
<div class="timing">
|
||
prep 15 min, cook 30 min </div>
|
||
|
||
<div class="icons">
|
||
<div class="icon serving"></div>× 4
|
||
</div>
|
||
|
||
<div class="description"></div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="instructions">
|
||
<div class="step">
|
||
<h3>1</h3>
|
||
<div class="ingredients">
|
||
<ul>
|
||
<li>
|
||
<div class="amount">
|
||
4
|
||
</div>
|
||
<div class="item">chicken breasts</div>
|
||
<li>
|
||
<div class="amount">
|
||
4 tbsp
|
||
</div>
|
||
<div class="item">butter</div>
|
||
<li>
|
||
<div class="amount">
|
||
|
||
</div>
|
||
<div class="item">salt & pepper</div>
|
||
</ul>
|
||
</div>
|
||
<div class="detail">Preheat the oven to 375°F. Place the chicken in an oven-safe pan and cover with small slices of butter. Season with salt and pepper to taste. Cover with aluminum foil and place in the oven. Cook until the chicken breasts have reached 160°F in the centers (about 20 min)."
|
||
</div>
|
||
</div>
|
||
<div class="step">
|
||
<h3>2</h3>
|
||
<div class="ingredients">
|
||
<ul>
|
||
</ul>
|
||
</div>
|
||
<div class="detail">Remove the chicken from the oven and allow to cool slightly. Then pull the chicken apart into shreds.
|
||
</div>
|
||
</div>
|
||
<div class="step">
|
||
<h3>3</h3>
|
||
<div class="ingredients">
|
||
<ul>
|
||
<li>
|
||
<div class="amount">
|
||
5 oz
|
||
</div>
|
||
<div class="item">Boursin Garlic & Herb cheese</div>
|
||
<li>
|
||
<div class="amount">
|
||
16
|
||
</div>
|
||
<div class="item">crescent roll dough wedges</div>
|
||
</ul>
|
||
</div>
|
||
<div class="detail">Cover a cookie sheet with aluminum foil. Working on at a time, take the crescent roll dough and stretch it slightly until it is roughly an equilateral triangle. Place a teaspoon of cheese in the center, and then about ¾oz of chicken. This should form a small lump in the center of the dough. Then fold up the corners over the center, and pinch any remaining openings closed. Place each pastry on the cookie sheet.
|
||
</div>
|
||
</div>
|
||
<div class="step">
|
||
<h3>4</h3>
|
||
<div class="ingredients">
|
||
<ul>
|
||
</ul>
|
||
</div>
|
||
<div class="detail">Place the cookie sheet in the oven and cook until the tops of the pastries have turned golden brown (anywhere from 8–12 minutes, depending upon your oven).
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="credits">
|
||
Lynne Miner </section>
|
||
|
||
<section class="navigation">
|
||
<a href="../..">« Back</a>
|
||
</section>
|
||
</body>
|
||
</html |