Yaswanth56 commited on
Commit
aaccd9c
·
verified ·
1 Parent(s): c47219d

Update templates/rewards_below.html

Browse files
Files changed (1) hide show
  1. 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
- <title>Reward Application</title>
6
- <style>
7
- body {
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
- <div class="message-container">
24
- <h2>{{ message }}</h2>
25
- <a href="/">Go to Login Page</a>
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>