-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathConfirmação de Cadastro.html
37 lines (37 loc) · 1.25 KB
/
Confirmação de Cadastro.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
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cadastro</title>
<link rel="icon" type="image/ico" href="IMAGENS/ICON003.ico">
<link rel="stylesheet" href="style.css">
<script src="JS/Index.js" type="text/javascript"></script>
</head>
<body>
<div class="site-header">
<img src="IMAGENS/logo001.png" width=320px>
</div>
<div class="container">
<br><br><center>
<h2>Confirmação de Cadastro.</h2><br>
<p>Seu cadastro foi realizado com sucesso!</p>
<p>Em breve você recebera um e-mail com a confirmação.</p>
<p>Verifique sua caixa de spam ou lixeira caso</p>
<p>não receba o e-mail de confirmação.</p>
<br><br>
<div class="email">
<img class="emailpng" src="IMAGENS/Email.png">
</div><br>
<div class="divbtn">
<a href="index.html"><button class="btn bt5">Início</button></a>
</div>
<br><br></center>
</div>
<br><br>
<br><br>
<div class="site-footer">
Copyright © 2024.
</div>
</body>
</html>