mirror of
https://github.com/sigmasternchen/axowall
synced 2025-03-15 08:38:55 +00:00
15 lines
348 B
HTML
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>
|