70 lines
3.2 KiB
HTML
70 lines
3.2 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" itemscope itemtype="http://schema.org/Recipe">
|
|
<section class="header">
|
|
<div class="image" style="background-image: url('./image.png')" itemprop="image" src="./image.png"></div>
|
|
|
|
<div class="about">
|
|
<h1 itemprop="name">Gluten-Free Flour</h1>
|
|
|
|
<div class="timing">
|
|
prep <span itemprop="prepTime">5 min</span> </div>
|
|
|
|
<div class="icons">
|
|
<div class="icon gluten-free"></div>
|
|
<div class="icon vegetarian"></div>
|
|
</div>
|
|
|
|
<div class="description" itemprop="description">This gluten-free flour recipe serves well for most general-purpose cooking needs in thickening soups, making roux, and similar uses. It works adequetely for deep-frying, but doesn't replace the real thing for baking, pie crusts, etc.
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="instructions">
|
|
<div class="step">
|
|
<h3>1</h3>
|
|
<div class="ingredients">
|
|
<ul>
|
|
<li itemprop="recipeIngredient">
|
|
<div class="amount">
|
|
24 oz
|
|
</div>
|
|
<div class="item">white rice flour</div>
|
|
<li itemprop="recipeIngredient">
|
|
<div class="amount">
|
|
7½ oz
|
|
</div>
|
|
<div class="item">brown rice flour</div>
|
|
<li itemprop="recipeIngredient">
|
|
<div class="amount">
|
|
7 oz
|
|
</div>
|
|
<div class="item">potato starch</div>
|
|
<li itemprop="recipeIngredient">
|
|
<div class="amount">
|
|
3 oz
|
|
</div>
|
|
<div class="item">tapioca starch</div>
|
|
<li itemprop="recipeIngredient">
|
|
<div class="amount">
|
|
¾ oz
|
|
</div>
|
|
<div class="item">nonfat dry milk powder</div>
|
|
</ul>
|
|
</div>
|
|
<div class="detail" itemprop="recipeInstructions">Mix all the ingredients and store, refrigerated, in an airtight container.
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
<section class="navigation">
|
|
<a href="../..">« Back</a>
|
|
</section>
|
|
</body>
|
|
</html |