Spaces:
Sleeping
Sleeping
Update templates/menu_page.html
Browse files- templates/menu_page.html +3 -2
templates/menu_page.html
CHANGED
@@ -70,6 +70,7 @@
|
|
70 |
<h3 id="category-title">Please select a category:</h3>
|
71 |
<button id="main-course-btn">Main Course</button>
|
72 |
<button id="appetizer-btn">Appetizers</button>
|
|
|
73 |
</div>
|
74 |
|
75 |
<!-- Page 2: Main Course Menu -->
|
@@ -77,7 +78,7 @@
|
|
77 |
<h1>Main Course Menu</h1>
|
78 |
<div id="main-course-items"></div>
|
79 |
<button id="back-to-category-btn">Back to Category Selection</button>
|
80 |
-
<button id="view-cart-
|
81 |
</div>
|
82 |
|
83 |
<!-- Page 3: Appetizers Menu -->
|
@@ -85,7 +86,7 @@
|
|
85 |
<h1>Appetizers Menu</h1>
|
86 |
<div id="appetizer-items"></div>
|
87 |
<button id="back-to-category-btn2">Back to Category Selection</button>
|
88 |
-
<button id="view-cart-
|
89 |
</div>
|
90 |
|
91 |
<!-- Page 4: View Cart -->
|
|
|
70 |
<h3 id="category-title">Please select a category:</h3>
|
71 |
<button id="main-course-btn">Main Course</button>
|
72 |
<button id="appetizer-btn">Appetizers</button>
|
73 |
+
<button id="view-cart-btn">View Cart</button> <!-- View Cart button -->
|
74 |
</div>
|
75 |
|
76 |
<!-- Page 2: Main Course Menu -->
|
|
|
78 |
<h1>Main Course Menu</h1>
|
79 |
<div id="main-course-items"></div>
|
80 |
<button id="back-to-category-btn">Back to Category Selection</button>
|
81 |
+
<button id="view-cart-btn2">View Cart</button> <!-- View Cart button -->
|
82 |
</div>
|
83 |
|
84 |
<!-- Page 3: Appetizers Menu -->
|
|
|
86 |
<h1>Appetizers Menu</h1>
|
87 |
<div id="appetizer-items"></div>
|
88 |
<button id="back-to-category-btn2">Back to Category Selection</button>
|
89 |
+
<button id="view-cart-btn3">View Cart</button> <!-- View Cart button -->
|
90 |
</div>
|
91 |
|
92 |
<!-- Page 4: View Cart -->
|