testing_1 / templates /rewards.html
Yaswanth56's picture
Update templates/rewards.html
ba90fc5 verified
raw
history blame
486 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>You have <strong>{{ points }}</strong> reward points.</p>
<a href="/apply_rewards" class="apply-rewards-link">Apply Rewards</a>
</div>
</body>
</html>