<html lang="pt-br"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Obrigado!</title> | |
<link rel="stylesheet" href="/static/style.css"> | |
</head> | |
<body> | |
<div class="container"> | |
<h1>Obrigado, {{ nome }}!</h1> | |
<p>Sua mensagem foi enviada com sucesso. Entraremos em contato em breve.</p> | |
<a href="/">Voltar ao início</a> | |
</div> | |
</body> | |
</html> | |