Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions family/embutido.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!DOCTYPE html>
<html>
<head>
<title>Embutido</title>
</head>

<body>
<a href="../index.html">home</a>
<h1>Will's Embutido Recipe</h1>
<h2>Ingredients</h2>
<h3>For the meat mixture</h3>
<ul>
<li>1lb ground pork</li>
<li>1/2 cup breadcrumbs</li>
<li>1/4 cup milk</li>
<li>1 egg</li>
<li>1/4 cup grated carrot</li>
<li>1/4 cup grated onion</li>
<li>2 cloves garlic, minced</li>
<li>2 tbsp sweet pickle relish</li>
<li>1 tsp salt</li>
<li>1/2 tsp black pepper</li>
</ul>
<h3>For the filling</h3>
<ul>
<li>2 hotdogs, sliced into strips </li>
<li>2 hard boiled eggs, sliced</li>
<li>1/4 cup raisins (optional)</li>
</ul>
<h2>Instructions</h2>
<ol>
<li>Prepare the meat mixture by combining all </li>
<li>Mix well thoroughly until well combined</li>
<li>Lay out aluminmum foil and spread the meat evenly</li>
<li>Place hotdogs, eggs, and raisins in the center</li>
<li>Roll tightly into a log shape and seal the foil </li>
<li>Steam for 45-60 minutes</li>
<li>Let it cool slightly, then unwrap</li>
<li>Slice into pieces</li>
<li>Serve and enjoy</li>
</ol>
<div>
<p>
Food Critic: "This is the best embutido I've ever had! It reminds me of my grandma's cooking."
</p>
</div>
</body>
</html>
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ <h2 class="dropdown-toggle">Family Recipes</h2>
<li><a href="family/borscht.html">Borscht</a></li>
<li><a href="family/dumplings.html">Dumplings</a></li>
<li><a href="family/eggdropsoup.html">Egg Drop Soup</a></li>
<li><a href="family/embutido.html">Embutido</a></li>
<li><a href="family/noodlesoup.html">Nood and Soup</a></li>
<li><a href="family/padkrapao.html">Pad Kra Pao</a></li>
<li><a href="family/ramen.html">Ramen</a></li>
Expand Down