18 lines
759 B
HTML
18 lines
759 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Test Element</title>
|
|
</head>
|
|
<body>
|
|
<div value="" success="false" class="opc-widget" captcha-url='http://127.0.0.1:8081/test' style='border: 1px solid; border-color: #AFAFAF; border-radius: 15px; width: 365px; padding-top: 10px; padding-left: 10px; font: 12px system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif'>
|
|
<canvas width="350" height="350">Your browser don't support Canvas</canvas>
|
|
<!-- Required by license -->
|
|
<a href="https://git.fullgream.tech/fullgream/openpuzzle-captcha">OpenPuzzle Captcha</a>
|
|
</div>
|
|
<script type="module">
|
|
import { initOPCWidgets } from "./opc-widget.js";
|
|
initOPCWidgets();
|
|
</script>
|
|
</body>
|
|
</html>
|