summaryrefslogtreecommitdiff
path: root/recipeBuddy/src/app/main-page/main-page.compomemt.html
diff options
context:
space:
mode:
Diffstat (limited to 'recipeBuddy/src/app/main-page/main-page.compomemt.html')
-rw-r--r--recipeBuddy/src/app/main-page/main-page.compomemt.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipeBuddy/src/app/main-page/main-page.compomemt.html b/recipeBuddy/src/app/main-page/main-page.compomemt.html
new file mode 100644
index 0000000..7a25409
--- /dev/null
+++ b/recipeBuddy/src/app/main-page/main-page.compomemt.html
@@ -0,0 +1,10 @@
+<h1>
+ Recipe Buddy
+</h1>
+<div id="container">
+ <div id="left"><button type="button">Add Recipe</button></div>
+ <div id="right">Search: <input type = "text">
+ <input type = "submit"></div>
+ <div id="center"><button type="button">Shopping Cart</button> </div>
+</div>
+<hr> \ No newline at end of file