formake / templates /obrigado.html
Persano's picture
Update templates/obrigado.html
497c0b1 verified
raw
history blame contribute delete
389 Bytes
<!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>