%@ page language="java" import="java.util.*,util.*,java.net.*" %>
<%@ include file="loadProperty.jsp" %>
<%
String login_check="",all_product="";
try{
login_check=((String)session.getValue("login")==null)?"":(String)session.getValue("login");
if(login_check.equals(""))
login_check="";
}catch(Exception e){login_check="";}
try{
all_product = (session.getValue("all_product").toString()==null)?"":session.getValue("all_product").toString();
if(all_product.equals(""))
all_product="";
}catch (Exception e){
all_product="";
}
%>
Online chocolate shop for gourmet chocolates and gifts for special occasion
<%@ include file="top_dropdown.jsp"%>
|
Recipes
|
|
|
|
|
|
Recipe Index
Ingredients
4 firm, but ripe bananas,
unpeeled
1 tablespoon sugar
1/2 teaspoon ground cinnamon
8 small scoops Australian banana ice cream
1/2 cup coarsely chopped dark chocolate
Directions
-
Slice
bananas in half lengthwise and crosswise so each banana
yields
four pieces. Set aside.
-
Combine
sugar and cinnamon, and sprinkle on cut sides of bananas.
Let bananas sit for 5 minutes.
-
Place
bananas cut-side down on a clean cooking grate.
-
Cook
for 2 minutes or until grill marks appear.
-
Using
a pair of long-handled tons or a spatula, turn over and
let cook 5 more minutes, or until the skin pulls away from
the banana.
-
Arrange
two banana halves without skins on each serving plate.
-
Top
each serving with two scoops of banana ice cream. Sprinkle
each
with 1 tablespoon crumbed chocolate.
Serve
immediately.
Makes
4 servings.
Recipe Credit: Kelly Hunter
Recipe Index
|
|
|
|
| |
|
|
|
|
<%@ include file="bottom.jsp"%>