-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhow2makepbjpizza.html
27 lines (24 loc) · 1.05 KB
/
how2makepbjpizza.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<body>
<h1>How make a peanut butter and blueberry jelly pizza</h1>
<h2>Before you begin</h2>
<ol>
<li>Make sure you have all the ingredients you'll need:
<ul><li>Yummy pizza crust dough.</li>
<li>Blueberry jam (jelly is OK too)</li>
<li>Peanut butter</li></ul></li>
<li>Preheat the oven to 350 degrees</li></ol>
<h2>Making the Pizza</h2>
<ol><li>Roll out the pizza dough very thin.</li>
<li>Put the rolled out dough onto a pizza pan. Trim the overflow with a knife, pizza cutter, or by pressing the roller onto the edge of the pan all around.</li>
<li>Depending on how easily the peanut butter spreads, you may need to mix in a tablespoon of water.</li>
<li>Spread the peanut butter onto the pizza crust.</li>
<li>Spread the jelly onto the pizza crust.</li>
<li>Bake the pizza for 10-15 minutes, until the crust is golden brown.</li>
<li>Remove the pizza from the oven and let it cool for 5 minutes or you might get burned from the hot sugar in the jelly.</li>
<li>Cut into squares or slices.</li>
</ol>
<p>Eat and Enjoy!</p>
</body>
</html>