Skip to content

Instantly share code, notes, and snippets.

@Wenhuan2516
Created January 9, 2019 21:05
Show Gist options
  • Save Wenhuan2516/2bd7c758abceb026ab6ba40c99c143ee to your computer and use it in GitHub Desktop.
Save Wenhuan2516/2bd7c758abceb026ab6ba40c99c143ee to your computer and use it in GitHub Desktop.
"Banana Chocolate Chip Cake" // source https://jsbin.com/bamudud
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>"Banana Chocolate Chip Cake"</title>
<h1>Week #1</h1>
<h2>Banana Chocolate Chip Cake</h2>
<h3>Created by Wenhuan Tan</h3>
<h4>01/07/2018</h4>
<hr>
</head>
<body>
<p>
This recipe makes a delightful banana cake packed with chocolate chips for a delightful way to enjoy a classic flavor combination
</p>
<ul>
<li> Ingredients:</li>
<li>1 1/2 cups all-purpose flour</li>
<li>2/3 cup white sugar</li>
<li>1 1/2 teaspoons baking powder</li>
<li>1/4 teaspoon salt</li>
<li>1 cup mashed bananas</li>
<li>1 egg</li>
<li>1/2 cup unsalted butter, melted</li>
<li>1/4 cup milk</li>
<li>3/4 cup semisweet chocolate chips</li>
</ul>
<ol>
<li> Direcretions:
<li> 1.Preheat oven to 350 degrees F (175 degrees C). Grease and flour a 9x13 inch pan.
<br>
<img src="https://www.wikihow.com/Make-a-Chocolate-Banana-Cake#/Image:Make-a-Chocolate-Banana-Cake-Step-2.jpg">
<li> 2.In a large bowl, mix flour, sugar, baking powder and salt.
<li>3.In a separate bowl, combine bananas, egg, melted butter and milk.
<li> 4.Stir banana mixture into flour mixture until blended. Be careful not to over mix.
<li> 5.Stir in chocolate chips.
<li> 6.Pour batter into 9x13 inch pan. Bake at 350 degrees F (175 degrees C) 30 to 35 minutes, or until a toothpick inserted into center of cake comes out clean. (It will have some melted chocolate, but no crumbs.)
</ol>
<a href="https://www.allrecipes.com/recipe/8302/banana-chocolate-chip-cake/?internalSource=streams&referringId=15827&referringContentType=Recipe%20Hub&clickId=st_trending_s">Source
</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment