Update templates/register.html
Browse files- templates/register.html +2 -1
templates/register.html
CHANGED
@@ -5,7 +5,8 @@
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Register</title>
|
7 |
<!-- Include the reCAPTCHA enterprise script -->
|
8 |
-
|
|
|
9 |
</head>
|
10 |
<body>
|
11 |
<h1>Register</h1>
|
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Register</title>
|
7 |
<!-- Include the reCAPTCHA enterprise script -->
|
8 |
+
|
9 |
+
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
|
10 |
</head>
|
11 |
<body>
|
12 |
<h1>Register</h1>
|