summaryrefslogtreecommitdiff
path: root/recipeBuddy/src/app/main-page/main-page.component.html
blob: 7a2540925478a6a8d73a51f913fd1dc97ca00b59 (plain)
1
2
3
4
5
6
7
8
9
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>