-
Notifications
You must be signed in to change notification settings - Fork 0
/
pizza.html
31 lines (29 loc) · 1.27 KB
/
pizza.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
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Pizza</h1>
<img src="img/pizza.jpg" width="595" height="595" alt="">
<h2>Description</h2>
<p>This pizza uses hummus instead of the usual red sauce—a unique and healthy pizza for those bored with the traditional. Top with your favorite veggies and cheese.</p>
<h3>Recipe</h3>
<ul>
<li>1 (10 ounce) can refrigerated pizza crust dough</li>
<li>1 cup hummus spread</li>
<li>1 ½ cups sliced bell peppers, any color</li>
<li>1 cup broccoli florets</li>
<li>2 cups shredded Monterey Jack cheese</li>
</ul>
<h3>Steps</h3>
<ol>
<li>Preheat the oven to 475 degrees C (220 degrees C).</li>
<li>Roll out pizza crust and place on a pizza pan or baking sheet. Spread a thin layer of hummus over the crust. Arrange sliced peppers and broccoli over the hummus, and top with shredded cheese.</li>
<li>Bake in the preheated oven until the crust is golden brown and cheese is melted in the center, 10 to 15 minutes. Slice and serve.</li>
</ol>
</body>
</html>