vagaparamotorista.com Ads.txt file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Captcha</title>
<style>
body { font-family: sans-serif; display: flex; flex-direction: column; align-items: center; margin-top: 50px; }
textarea { width: 400px; height: 150px; }
#output { margin-top: 20px; background: #f0f0f0; padding: 10px; min-height: 30px; width: 400px; }
</style>
</head>
<body>
<script src="script.js"></script>
</body>
</html>