testing_1 / templates /rewards.html
Yaswanth56's picture
Update templates/rewards.html
518902f verified
raw
history blame
515 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rewards</title>
<link rel="stylesheet" href="/static/styles.css">
</head>
<body>
<div class="rewards-container">
<h1>Your Reward Points</h1>
<p class="reward-details">You currently have <strong>{{ points }}</strong> reward points!</p>
<button class="reward-button">Use Your Rewards 🍽️</button>
</div>
</body>
</html>