forked from bedimcode/portfolio-responsive-complete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
obrigado.html
22 lines (22 loc) · 844 Bytes
/
obrigado.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Enviado!</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/styles2.css">
</head>
<body>
<section class="thank-you">
<div class="thank-you__content">
<h2 class="thank-you__title">Obrigado por entrar em contato!</h2>
<p class="thank-you__message">
Sua mensagem foi enviada com sucesso!<br>
Fique no aguardo.
</p>
<a href="https://giroto.netlify.app/index.html" class="thank-you__button">Voltar para a página inicial</a>
</div>
</section>
</body>
</html>