testing_1 / templates /rewards_below.html
Yaswanth56's picture
Update templates/rewards_below.html
aaccd9c verified
raw
history blame contribute delete
345 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rewards Below</title>
<link rel="stylesheet" href="/static/styles.css">
</head>
<body>
<div class="rewards-below-container">
<h1>Your Rewards</h1>
</div>
</body>
</html>