Created
October 16, 2021 15:13
-
-
Save Octagon-simon/858b457980ddade24ca4d551a6e93ed1 to your computer and use it in GitHub Desktop.
create the basic html with form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head></head> | |
| <body> | |
| <img id="captcha_img" src="core/captcha_image.php"> | |
| <form method="post"> | |
| <div id="captcha_form_group"> | |
| <label id="captcha_form_label">Enter Text</label> | |
| <input id="captcha_key" name="key"> <button id="btn_captcha_refresh" type="button">↻</button> | |
| </div> | |
| <div id="captcha_form_group"> | |
| <button id="btn_captcha_submit" type="submit" name="submit">Verify</button> | |
| </div> | |
| </form> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment