The GUI for the Captcha service is ready.

This commit is contained in:
2023-11-23 00:10:39 +06:00
parent e8c8cf7d6b
commit fc7d1bd62f
5 changed files with 379 additions and 0 deletions

12
exmplate/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Title</title>
</head>
<body>
<div class="captcha-service-kor-elf" data-domain="http://captcha.localhost:9008" data-token=""></div>
<script src="script.js" async></script>
</body>
</html>