-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecipe.html
22 lines (17 loc) · 978 Bytes
/
recipe.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>Receipe Challenge</title>
</head>
</html>
<main>
<body>
<h1>Recipes</h1>
<ul><a href="https://www.delish.com/cooking/g4198/paleo-diet-recipes/"target=_blank>Paleo Diet Recipes</a></ul>
<ul><a href="https://www.delish.com/cooking/recipe-ideas/a27115412/cheeseburger-cabbage-wraps-recipe/"target=_blank>Cheeseburger Cabbage Wraps</a></ul>
<ul><a href="https://www.delish.com/cooking/recipe-ideas/recipes/a57493/no-carb-philly-cheesesteaks/"target=_blank>Cheeseburger</a></ul>
<ul><a href="https://www.delish.com/cooking/recipe-ideas/a60101241/sheet-pan-roasted-halloumi-and-broccolini-recipe/"target=_blank>Roasted Halloumi</a></ul>
<ul><a href="https://www.delish.com/cooking/recipe-ideas/a38176118/keto-breakfast-casserole-recipe/"target=_blank>Breakfast Casserole</a></ul>
<img src="bg_1.png.jpg" alt="Breakfast Toast" height = 200>
</body>
</main>