-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathacceder.html
More file actions
55 lines (40 loc) · 1.41 KB
/
acceder.html
File metadata and controls
55 lines (40 loc) · 1.41 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LogIn</title>
<link rel="stylesheet" href="./css/acceder.css">
</head>
<div class="muros" id="muro2" style="display: none;">
</div>
<div class="muros" id="muro1" style="display: none;">
</div>
<body>
<main>
<h1>Bienvenido a</h1>
<h1>DESIGBAY</h1>
<p>Comparte tu estilo con la comunidad</p>
<img src="./img/barra de diseños.png" alt="">
<p>Encuentra y descargar los diseños que se adapten mejor a tus ideas y proyectos</p>
<button id="volver">Explorar</button>
<button id="login">Ir al Log in</button>
</main>
<div>
<main>
<h1>Iniciar Sesion</h1>
<section>
<label for="mail">Usuario</label>
<input type="mail" name="mail" placeholder="Ejemplo123@ejemplo.com">
</section>
<section>
<label for="password">Contraseña</label>
<input type="password" name="password" placeholder="Contraseña">
</section>
<button>Iniciar sesion</button>
<p>¿No estas registrado? <a href="./registro.html">Registrarse</a></p>
</main>
</div>
<script src="./js/acceder.js"></script>
</body>
</html>