-
Notifications
You must be signed in to change notification settings - Fork 0
/
repor.html
47 lines (40 loc) · 1.47 KB
/
repor.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
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<title>Repor Senha</title>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="repor_LEV.css">
</head>
<body>
<!-- Insert comments -->
<div class="buffer2 col-12"></div>
<div class="container">
<div class="row">
<!-- Have a section to insert institution logo -->
<section class="text-center col-12">
<div class="buffer2 col-12"></div>
<h5>Recuperação de senha.</h5>
<div class="buffer1 col-12"></div>
<form method="POST">
Email*: <input type="email" name="email" required><br>
<div class="buffer1 col-12"></div>
<input type="submit" value="Enviar Link">
</form>
<div class="buffer1 col-12"></div>
<p>Enviaremos um link por email para repores vossa senha. Por favor, introduza vosso email acima.</p>
</section>
<div class="buffer1 col-12"></div>
<section class="text-center col-12">
<a href="entrar_LEV.html">
<button class="reset">Fazer login</button>
</a>
</section>
</div>
</div>
<div class="buffer2 col-12"></div>
<div class="container2">
<p class="Cright">Powered by @MalandaCS</p>
</div>
</body>
</html>