forked from lirongtong/makeit-captcha
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 1.02 KB
/
index.html
File metadata and controls
21 lines (21 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="renderer" content="webkit|ie-comp|ie-stand" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>滑块验证码</title>
<meta
name="keywords"
content="YS, YS, YS-captcha, captcha, 滑块验证码, vue3, vite, canvas" />
<meta
name="description"
content="基于 Vue3 + Vite + Canvas 开发的滑块验证码。动态生成验证滑块,结合后端的二次校验,能有效的避免被其他人肆意抓取并模拟验证,进一步提升验证码的的可靠性,且能满足大部分用户的不同定制化需求,譬如自定义背景图 / 定制主题色等等。" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/example/index.ts"></script>
</body>
</html>