axowall/public/index.html
2024-08-16 23:23:44 +02:00

15 lines
348 B
HTML

<!DOCTYPE html>
<html>
<head>
<script src="bundle.js"></script>
<link href="bundle.css" rel="stylesheet">
</head>
<body>
<div class="captcha"
data-challenge-url="/challenge.json"
data-success-callback="console.log"
data-input-selector=".response"
></div>
<input type="text" value="" class="response">
</body>
</html>