-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinicioses.html
27 lines (27 loc) · 883 Bytes
/
inicioses.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
<html>
<head>
<meta charset="UTF-8">
<title> Lovely Sportswear </title>
<link rel="stylesheet" type="text/css" href="estilo.css">
</head>
<body bgcolor="#2f2f2f">
<ul class="menu">
<li></li><center><img src="imagenes/logo.jpg" height="240"></center></li>
<li><a href="#">Inicio</a></li>
<li><a href="#">Compra</a></li>
<li><a href="http://127.0.0.1:5500/Comentarios.html">Soporte</a></li>
<li><a href="http://127.0.0.1:5500/inicioses.html">Iniciar sesion</a></li>
</ul>
<center>
<br>
<br>
<FONT color="blue">Tu correo:</FONT><INPUT type = text name = nombre size = 30 >
<P>
<FONT color="blue">Tu contraseña:</FONT><INPUT type = password name = control size = 8 >
<P>
<INPUT type = submit value ="Enviar" >
<INPUT type = reset value ="Borrar" >
</center>
</FORM>
</body>
</html>