-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenviadosucesso.html
25 lines (24 loc) · 1004 Bytes
/
enviadosucesso.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Confirmação Email - ARENQUEARTS</title>
<link rel="stylesheet" href="estilo.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bakbak+One&family=Roboto:ital,wght@0,300;1,100&display=swap" rel="stylesheet">
</head>
<body>
<div id="menu">
<img src="imagens/arenquepng.png" alt="">
<h1>ARENQUE_ARTS</h1>
<a href="#">HOME</a>
<a href="#">SERVIÇOS</a>
<a href="formulario.html">FAÇA SEU PEDIDO!</a>
</div>
<div class="quadro1"><h2>Email enviado com sucesso!</h2>
<a href="https://vtlira.github.io/arenquearts/index.html">Voltar</a></div>
</body>
</html>