Once again a weird place to commit, I have already done a lot of work, but I am just bad at using git, okay.
13 lines
299 B
HTML
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>
|