This repository has been archived on 2024-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
captcha/example/basic/index.html

11 lines
215 B
HTML
Raw Normal View History

2017-09-19 03:10:02 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Captcha</title>
</head>
<body>
<img src="/captcha-default" alt="captcha">
<img src="/captcha-math" alt="captcha">
2017-09-19 03:10:02 +01:00
</body>
</html>