File size: 701 Bytes
cf8586d
1
<!DOCTYPE html> <html lang="pt-BR"> <head>   <meta charset="UTF-8">   <title>Termos de Uso - Slime War</title>   <style>     body { background: #0f172a; color: #e2e8f0; font-family: sans-serif; padding: 2rem; }     a.voltar {       display: inline-block; margin-top: 2rem; padding: 0.5rem 1rem;       background: linear-gradient(45deg, #4ade80, #3b82f6);       color: white; text-decoration: none; border-radius: 8px; font-weight: bold;     }   </style> </head> <body>   <h1>Termos de Uso</h1>   <p>Ao acessar este site, você concorda em seguir nossas diretrizes. O conteúdo é oferecido “como está”...</p>   <a href="index.html" class="voltar">← Voltar à página inicial</a> </body> </html>