Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +8 -0
templates/menu.html
CHANGED
@@ -89,6 +89,14 @@
|
|
89 |
</style>
|
90 |
</head>
|
91 |
<body>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
<div class="container mt-4">
|
93 |
<h1 class="text-center">Menu</h1>
|
94 |
|
|
|
89 |
</style>
|
90 |
</head>
|
91 |
<body>
|
92 |
+
<div class="d-flex justify-content-between align-items-center p-3" style="background-color: #007bff; color: white;">
|
93 |
+
<div>
|
94 |
+
<h6>Referral Code: <span id="referral-code">{{ referral_code }}</span></h6>
|
95 |
+
</div>
|
96 |
+
<div>
|
97 |
+
<h6>Reward Points: <span id="reward-points">{{ reward_points }}</span></h6>
|
98 |
+
</div>
|
99 |
+
</div>
|
100 |
<div class="container mt-4">
|
101 |
<h1 class="text-center">Menu</h1>
|
102 |
|