CoolFace
Apppublic

nagasurendra/restaurant-ordering-system

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
order.html6 linesDownload Raw Back to components
1<div id="order-summary">2    <h2>Your Orders</h2>3    <ul id="order-list"></ul>4    <button id="place-order">Place Order</button>5</div>6