Gregniuki commited on
Commit
fdb8d32
·
1 Parent(s): 798e1c0

Update templates/register.html

Browse files
Files changed (1) hide show
  1. templates/register.html +11 -2
templates/register.html CHANGED
@@ -7,7 +7,14 @@
7
  <link rel="stylesheet" type="text/css" href="/static/style.css"> <!-- Add this line for your CSS -->
8
 
9
  </head>
 
10
  <body>
 
 
 
 
 
 
11
  <h1>Register</h1>
12
  <form action="/register" method="post" id="registration-form">
13
  <label for="username">Username:</label>
@@ -35,7 +42,10 @@
35
  <button type="submit">Register</button>
36
 
37
  </form>
38
- <script src="https://www.google.com/recaptcha/api.js" async defer></script>
 
 
 
39
  <script>
40
 
41
 
@@ -75,5 +85,4 @@
75
  // grecaptcha.execute(); // Uncomment this line if you want to auto-invoke reCAPTCHA
76
  });
77
  </script>
78
- </body>
79
  </html>
 
7
  <link rel="stylesheet" type="text/css" href="/static/style.css"> <!-- Add this line for your CSS -->
8
 
9
  </head>
10
+
11
  <body>
12
+ <div class="main-content">
13
+ <div class="color-overlay"></div>
14
+ <footer>
15
+ <!-- Footer content -->
16
+ <p>Copyright © Your Website</p>
17
+ </footer>
18
  <h1>Register</h1>
19
  <form action="/register" method="post" id="registration-form">
20
  <label for="username">Username:</label>
 
42
  <button type="submit">Register</button>
43
 
44
  </form>
45
+
46
+ </div>
47
+ </body>
48
+ <script src="https://www.google.com/recaptcha/api.js" async defer></script>
49
  <script>
50
 
51
 
 
85
  // grecaptcha.execute(); // Uncomment this line if you want to auto-invoke reCAPTCHA
86
  });
87
  </script>
 
88
  </html>