-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInicioSesion.html
More file actions
38 lines (35 loc) · 1.29 KB
/
InicioSesion.html
File metadata and controls
38 lines (35 loc) · 1.29 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>ConoceTuProfe</title>
<link href="InicioSesionDark.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="Imagenes/Logo-EligeTuProfe.png" type="Imagenes/Logo-EligeTuProfe.png">
</head>
<body>
<div class="wrapper">
<div class="logo">
<img src="Imagenes/Logo-EligeTuProfe.png" alt="">
</div>
<div class="text-center mt-4 name">
<br>
</div>
<form class="p-3 mt-3">
<div class="form-field d-flex align-items-center">
<span class="far fa-user"></span>
<input style="color: black" type="text" name="userName" id="userName" placeholder="Rut">
</div>
<div class="form-field d-flex align-items-center">
<span class="fas fa-key"></span>
<input style="color: black" type="password" name="password" id="pwd" placeholder="Contraseña">
</div>
<button class="btn mt-3">Iniciar Sesión</button>
</form>
<div class="text-center fs-6">
<br>
<a href="#">Olvidaste tu contraseña?</a>
</div>
</div>
</body>
</html>