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/index.html

10 lines
163 B
HTML
Raw Permalink 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" alt="captcha">
</body>
</html>