From 47254348140fce18c985e9a0ffb592390b226c80 Mon Sep 17 00:00:00 2001 From: schencej Date: Thu, 12 Dec 2019 11:56:57 -0500 Subject: added main page --- .../src/app/recipe-card/recipe-card.component.html | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 recipeBuddy/src/app/recipe-card/recipe-card.component.html (limited to 'recipeBuddy/src/app/recipe-card/recipe-card.component.html') diff --git a/recipeBuddy/src/app/recipe-card/recipe-card.component.html b/recipeBuddy/src/app/recipe-card/recipe-card.component.html new file mode 100644 index 0000000..eaba29a --- /dev/null +++ b/recipeBuddy/src/app/recipe-card/recipe-card.component.html @@ -0,0 +1,49 @@ + +
+
+ + +
+ +
+
+ +
+ +
+
+ +
+
+ +
+
+ +
+ +
+ + No image available + +
+

Rating: {{recipe.rating}}

+
+
+
+
+
+ -- cgit v1.1