Gregniuki commited on
Commit
9ec74c0
·
1 Parent(s): 8051b2c

Update templates/register.html

Browse files
Files changed (1) hide show
  1. templates/register.html +5 -5
templates/register.html CHANGED
@@ -10,7 +10,7 @@
10
 
11
  <body>
12
  <div class="main-content">
13
- <div class="color-overlay">
14
  <footer>
15
  <!-- Footer content -->
16
  <p>Copyright © Your Website</p>
@@ -40,10 +40,7 @@
40
  <br/>
41
 
42
  <button type="submit">Register</button>
43
-
44
- </form>
45
- </div>
46
- <script src="https://www.google.com/recaptcha/api.js" async defer></script>
47
  <script>
48
 
49
 
@@ -83,6 +80,9 @@
83
  // grecaptcha.execute(); // Uncomment this line if you want to auto-invoke reCAPTCHA
84
  });
85
  </script>
 
 
 
86
 
87
  </div>
88
  </body>
 
10
 
11
  <body>
12
  <div class="main-content">
13
+
14
  <footer>
15
  <!-- Footer content -->
16
  <p>Copyright © Your Website</p>
 
40
  <br/>
41
 
42
  <button type="submit">Register</button>
43
+ <script src="https://www.google.com/recaptcha/api.js" async defer></script>
 
 
 
44
  <script>
45
 
46
 
 
80
  // grecaptcha.execute(); // Uncomment this line if you want to auto-invoke reCAPTCHA
81
  });
82
  </script>
83
+ </form>
84
+ <div class="color-overlay"> </div>
85
+
86
 
87
  </div>
88
  </body>