-
Notifications
You must be signed in to change notification settings - Fork 0
/
recover.html
41 lines (35 loc) · 1.25 KB
/
recover.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/stylesheet.css" >
<meta name="viewport" content="initial-scale=1">
<title>Recupera tu password</title>
<script type="text/javascript" src="js/jquery-3.1.0.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery-backstretch/2.0.4/jquery.backstretch.min.js"></script>
</head>
<body>
<div class="cont">
<div class="background">
<div class="loginBox">
<div class="box-logo">
<img src="img/LOG-U.gif" alt="">
</div>
<div class="box-title">
<h1>Alcanzá tu mejor forma de estudiar</h1>
</div>
<div class="box-content">
<p>Recuperemos tu contraseña. </p>
<form id="formulario">
<input class="form" type="text" name="correo" id="usr" placeholder="Correo ">
</form>
<input class="form submit" type="button" value="Ingresar">
<a href="#">Regístrate</a>
<a href="#">Login</a>
</div>
</div>
</div>
</div>
</body>
</html>