Added reCAPTCHA
This commit is contained in:
parent
71c893fd68
commit
5e6efbf463
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
<title>Register</title>
|
||||
<script src="js/semantic.min.js"></script>
|
||||
<link type="text/css" rel="stylesheet" href="css/semantic.min.css">
|
||||
<script src='https://www.google.com/recaptcha/api.js'></script>
|
||||
</head>
|
||||
<body style="background-color: #EEEEEE;">
|
||||
<div class="ui inverted menu" style="margin: -0.1em; background-color: #FA6900;">
|
||||
|
@ -42,6 +43,8 @@
|
|||
<input type="password" placeholder="Confirm Password" style="width:50em;">
|
||||
</div>
|
||||
<br><br>
|
||||
<div class="g-recaptcha" data-sitekey="6Lc4xhMTAAAAAIaiF3yEWGbHRaGgMg4FHor61p1G"></div>
|
||||
<br><br>
|
||||
<button class="ui primary button" style="width:25em">
|
||||
Submit
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue