Spaces:
Sleeping
Sleeping
Update templates/rewards_below.html
Browse files- templates/rewards_below.html +7 -19
templates/rewards_below.html
CHANGED
@@ -2,27 +2,15 @@
|
|
2 |
<html lang="en">
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
-
<
|
6 |
-
<
|
7 |
-
|
8 |
-
display: flex;
|
9 |
-
justify-content: center;
|
10 |
-
align-items: center;
|
11 |
-
height: 100vh;
|
12 |
-
background-color: #f7f7f7;
|
13 |
-
}
|
14 |
-
.message-container {
|
15 |
-
padding: 20px;
|
16 |
-
border: 1px solid #ccc;
|
17 |
-
background-color: white;
|
18 |
-
text-align: center;
|
19 |
-
}
|
20 |
-
</style>
|
21 |
</head>
|
22 |
<body>
|
23 |
-
|
24 |
-
|
25 |
-
<
|
26 |
</div>
|
|
|
27 |
</body>
|
28 |
</html>
|
|
|
2 |
<html lang="en">
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Rewards Below</title>
|
7 |
+
<link rel="stylesheet" href="/static/styles.css">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
+
|
11 |
+
<div class="rewards-below-container">
|
12 |
+
<h1>Your Rewards</h1>
|
13 |
</div>
|
14 |
+
|
15 |
</body>
|
16 |
</html>
|