Skip to content

Instantly share code, notes, and snippets.

View abddayan's full-sized avatar
💭
I may be slow to respond.

Dyn abddayan

💭
I may be slow to respond.
View GitHub Profile
@abddayan
abddayan / index.html
Created January 16, 2025 15:28
Javascript Captcha As Image
<body onload="createCaptcha()">
<form onsubmit="validateCaptcha()">
<div id="captcha">
</div>
<input type="text" placeholder="Captcha" id="cpatchaTextBox"/>
<button type="submit">Submit</button>
</form>
</body>