Update 'README.md'
Fix username XD
This commit is contained in:
parent
af44b9debc
commit
5989447a03
10
README.md
10
README.md
@ -2,22 +2,22 @@ FreeCAPTCHA is a new CAPTCHA system for privacy-focused websites. No JS, minimal
|
|||||||
|
|
||||||
Here's a minimalistic implementation, to show you what it looks like:
|
Here's a minimalistic implementation, to show you what it looks like:
|
||||||
|
|
||||||
<img src="https://git.lain.church/jesusvilla/FreeCAPTCHA/raw/branch/master/screenshots/initial_page.png" alt="initial page" width="500"/>
|
<img src="https://git.lain.church/jesus_aviles/FreeCAPTCHA/raw/branch/master/screenshots/initial_page.png" alt="initial page" width="500"/>
|
||||||
|
|
||||||
Let's try selecting an *incorrect* option:
|
Let's try selecting an *incorrect* option:
|
||||||
|
|
||||||
<img src="https://git.lain.church/jesusvilla/FreeCAPTCHA/raw/branch/master/screenshots/wrong_select.png" alt="wrong select" width="500"/>
|
<img src="https://git.lain.church/jesus_aviles/FreeCAPTCHA/raw/branch/master/screenshots/wrong_select.png" alt="wrong select" width="500"/>
|
||||||
|
|
||||||
And we submit, to see what happens:
|
And we submit, to see what happens:
|
||||||
|
|
||||||
<img src="https://git.lain.church/jesusvilla/FreeCAPTCHA/raw/branch/master/screenshots/wrong_result.png" alt="wrong result" width="500"/>
|
<img src="https://git.lain.church/jesus_aviles/FreeCAPTCHA/raw/branch/master/screenshots/wrong_result.png" alt="wrong result" width="500"/>
|
||||||
|
|
||||||
Okay, what if select the *correct* image?
|
Okay, what if select the *correct* image?
|
||||||
|
|
||||||
<img src="https://git.lain.church/jesusvilla/FreeCAPTCHA/raw/branch/master/screenshots/right_select.png" alt="right select" width="500"/>
|
<img src="https://git.lain.church/jesus_aviles/FreeCAPTCHA/raw/branch/master/screenshots/right_select.png" alt="right select" width="500"/>
|
||||||
|
|
||||||
And smash that submit button to see where it goes!
|
And smash that submit button to see where it goes!
|
||||||
|
|
||||||
<img src="https://git.lain.church/jesusvilla/FreeCAPTCHA/raw/branch/master/screenshots/right_result.png" alt="right result" width="500"/>
|
<img src="https://git.lain.church/jesus_aviles/FreeCAPTCHA/raw/branch/master/screenshots/right_result.png" alt="right result" width="500"/>
|
||||||
|
|
||||||
Viola! Although the concept works, it's mostly just that, a proof of concept. The code needs to be modularized into a library that can be loaded into a little iframe for easy integration
|
Viola! Although the concept works, it's mostly just that, a proof of concept. The code needs to be modularized into a library that can be loaded into a little iframe for easy integration
|
Loading…
Reference in New Issue
Block a user