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