File size: 389 Bytes
f9ab72d 497c0b1 f9ab72d 497c0b1 f9ab72d 497c0b1 f9ab72d 497c0b1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<!DOCTYPE html>
<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>
|