doroad.ru Ads.txt file
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>¡Adiós, amigos!</title>
<meta name="robots" content="noindex, nofollow">
<style>
body {
background: #fff;
font-family: sans-serif;
display: flex;
height: 100vh;
align-items: center;
justify-content: center;
flex-direction: column;
color: #444;
}
h1 {
font-size: 3em;
}
</style>
</head>
<body>
<h1>¡Adiós, amigos!</h1>
</body>
</html>