axowall/public/index.html

17 lines
389 B
HTML
Raw Normal View History

2024-08-15 20:48:04 +00:00
<!DOCTYPE html>
<html>
<head>
2024-08-16 18:27:50 +00:00
<script src="bundle.js"></script>
<link href="bundle.css" rel="stylesheet">
2024-08-15 20:48:04 +00:00
</head>
<body>
<div class="captcha"
data-challenge-url="/challenge.json"
data-success-callback="console.log"
data-input-selector=".response"
2024-08-16 22:19:04 +00:00
data-text="Bepp Boop Click Whirr"
></div>
<input type="text" value="" class="response">
2024-08-15 20:48:04 +00:00
</body>
</html>