<!DOCTYPE html>
<html>
<head>
<title>OloEats Plans</title>
<!– Include Stripe.js –>
<script src=”https://js.stripe.com/v3/”></script>
<!– Include Stripe pricing table script –>
<script async src=”https://js.stripe.com/v3/pricing-table.js”></script>
</head>
<body>
<h1>OloEats Plans</h1>
<!– Stripe Pricing Table –>
<stripe-pricing-table
pricing-table-id=”prctbl_1OKSbXI9dVq5NQ9xrf7SYP90″
publishable-key=”pk_live_51HxJ0BI9dVq5NQ9xd4J6LZp7Jtqfp4w6M3QDM1iyfkLC6GhL9CoEaD3Tdgu4scJKL047XpbgDR4BBqzN9XkZuYYb005AMadxfW”>
</stripe-pricing-table>
</body>
</html>