-
Notifications
You must be signed in to change notification settings - Fork 0
/
micuenta.html
88 lines (49 loc) · 2.25 KB
/
micuenta.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=3">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="../infobae.ico">
<title>Mi cuenta - Infobae </title>
</head>
<body>
<header>
<form>
<input type="text" name="nombre"required="" value="Nombre">
<input type="email" name="email" required="" value="Email">
<input type="text" name="apellido" required="" value="Apellido">
<input type="password" name="contraseña" required="" >
<input type="number" name="dni" required="" >
<input type="date" name="fecha de nacimiento">
<input type="submit">
</form>
<nav>
<UL>
<li><a href="../index.html">Inicio</a></li>
<li><a href="micuenta.html">Mi cuenta</a></li>
<li><a href="informacion.html">Informacion</a></li>
<li><a href="pagina2.html">Pagina 2</a> </li>
</UL>
</nav
</header>
<br>
<center><h2><i>VIDEO COMERCIAL </i></h2> </center> <br> </br>
<center> <iframe width="720" height="480" src="https://www.youtube.com/embed/GMbn2yVTak4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></center>
</main>
<footer>
<ul>
<H3>Seguinos en nuestras redes </H3>
<li> <a href="https://www.infobae.com/">Facebook</a> </li>
<li> <a href="https://www.infobae.com/">Facebook</a> </li>
<li> <a href="https://www.infobae.com/">Facebook</a> </li>
<li> <a href="https://www.infobae.com/">Facebook</a> </li>
<li> <a href="https://www.infobae.com/">Facebook</a> </li>
<li> <a href="https://www.infobae.com/">Facebook</a> </li>
<li> <a href="https://www.infobae.com/">Facebook</a> </li>
<li> <a href="https://www.infobae.com/">Facebook</a> </li>
<li><a href="https://www.infobae.com/">Facebook</a></li>
</ul>
</footer>
</body>
</html>