Captcha implemented

This commit is contained in:
MathMan05 2024-07-11 14:45:29 -05:00
parent 7274a7a3f1
commit 97c264d888
3 changed files with 51 additions and 12 deletions

View file

@ -18,6 +18,10 @@
<label for="psw"><b>Password:</b></label><br>
<input type="password" placeholder="Enter Password" name="psw" required><br><br><br><br>
<p class="wrongred" id="wrong"></p>
<div id="h-captcha">
</div>
<button type="submit">Login</button>
</form>
<a href="/register.html">Don't have an account?</a>