Files
impost/packages/widget/index.html
Zoe cfab3d0b8f Initial commit
Once again a weird place to commit, I have already done a lot of work, but I am just bad at using git, okay.
2025-11-17 16:12:26 +00:00

13 lines
299 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>vite-project</title>
<script type="module" src="/src/pow-captcha.ts"></script>
</head>
<body>
<pow-captcha />
</body>
</html>