ajudadoprogramador.com.br Ads.txt file
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="robots" content="noindex, nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="icon" href="https://ajudadoprogramador.com.br/images/favicon.png" type="image/png">
<meta charset="UTF-8">
<title>ARQUIVO NÃO ENCONTRADA</title>
<style>
#bloco_erro_geral {
width: 100%;
min-height: 100vh;
background-color: #F6F6F6;
text-align: center;
font-family: Arial, sans-serif;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-items: center;
word-wrap: break-word;
}
#bloco_erro_geral h1 {
font-size: 30px;
font-weight: bold;
margin-top: 20px;
}
#bloco_erro_geral img {
margin-top: 40px;
}
#bloco_erro_geral p {
color: #666;
margin-bottom: 30px;
}
#bloco_erro_geral a {
height: 40px;
line-height: 40px;
background-color: green;
color: #FFF;
text-decoration: none;
padding: 0 30px;
border-radius: 20px;
}
#bloco_erro_geral ul {
list-style: none;
margin-top: 60px;
}
#bloco_erro_geral ul li {
margin-bottom: 4px;
color: #999;
}
#bloco_erro_geral ul li span {
width: 100%;
font-weight: bold;
font-size: 16px;
color: #333;
margin-bottom: 10px;
}
#bloco_erro_geral .icon {
width: 200px;
height: 200px;
margin-top: 50px;
border-radius: 200px;
}
</style>
</head>
<body style="margin:0; padding:0;">
<div id="bloco_erro_geral">
<img src="https://ajudadoprogramador.com.br/images/logo.png" height="50" />
<div></div>
<img class="icon" src="https://ajudadoprogramador.com.br/system/.arquivos/images/arquivo.png" alt="[IMAGEM]" height="50" />
<h1>Ops!</h1>
<p>O arquivo procurado não existe ou mudou de endereço.</p>
<a href="https://ajudadoprogramador.com.br">IR PARA HOME</a>
</div>
</body>
</html>