-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIniciosesion.html
64 lines (62 loc) · 1.8 KB
/
Iniciosesion.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title> MyAnimeList</title>
<link rel="stylesheet" href="cuadros1.css">
<script src="cuadro1.js"></script>
</head>
<body>
<header>
<h1><u>TRIVIANIME</u></h1>
</header>
<nav>
<ul>
<li>
<a href="Inicio.html">Inicio</a>
</li>
<li>
<a href="index.html">Juego</a>
</li>
<li>
<a href="Recomendaciones.html">Recomendaciones</a>
</li>
<li>
<a href="TopAnime2.0.html">Página Web</a>
</li>
<li>
<a href="Iniciosesion.html">Formulario</a>
</li>
</ul>
</nav>
<section>
<main>
<form>
<div>
<p id="Isesión"><u>INICIAR SESIÓN</u></p>
<label for="Nombre">Usuario</label>
<input type="text" name="Nombre" placeholder=" Usuario" id="Usuario">
</div>
<div>
<div>
<label>E-mail</label>
<input type="text" name="celectrónico" placeholder="E-mail" id="celectrónico">
</div>
<div>
<label for ="Contraseña">Contraseña</label>
<input type="password" name="contraseña" placeholder="contraseña" id="contraseña">
</div>
</div>
<img src="https://gifimage.net/wp-content/uploads/2017/09/anime-scared-gif-10.gif" alt="Todoroki">
<div>
<button type="button" id="boton" onclick="dato()">Entrar</button>
</div>
<div id="Registrate">
<a href="Registrate.html">Crea una cuenta</a>
</div>
</form>
</main>
</section>
<script src="cuadro1.js"></script>
</body>
</html>