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
Weilin Shi b25acadd0a add: font DPI option
update: examples
2017-10-07 16:13:12 +08:00

11 lines
No EOL
215 B
HTML

<!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">
</body>
</html>