-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsenha.html
33 lines (33 loc) · 1.45 KB
/
senha.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Criar nova senha">
<meta name="keywords" content="Meet In, Nova senha, redefinir senha">
<meta name="author" content="Matheus Bleme">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="css/senha.css">
<title>Meet In • Recuperar Conta</title>
</head>
<body>
<main>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8 col-sm-12 col-lg-6">
<div class="bloco">
<form>
<h1>Recuperar Conta</h1>
<hr>
<p>Para recuperar sua conta, informe seu endereço de e-mail e copie o código de verificação.</p>
<input type="email" placeholder="E-mail"><br>
<a href="codigo.html"><input type="button" value="Enviar código" class="confirmar"></a>
</form>
</div>
</div>
</div>
</div>
</main>
</body>
</html>