Spaces:
Sleeping
Sleeping
File size: 486 Bytes
ceec7c4 a120c9a 518902f ceec7c4 518902f ba90fc5 ceec7c4 518902f ceec7c4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
<!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>You have <strong>{{ points }}</strong> reward points.</p>
<a href="/apply_rewards" class="apply-rewards-link">Apply Rewards</a>
</div>
</body>
</html>
|