-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path5.html
28 lines (28 loc) · 924 Bytes
/
5.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
<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="file:///D:/FERNANDO/lovely/Comentarios.html">Soporte</a></li>
<li><a href="file:///D:/FERNANDO/lovely/inicioses.html">Iniciar sesion</a></li>
</ul>
<br>
<br>
<br>
<center>
<img src="imagenes/5.jpg" height="300" width"300">
<br>
<FONT color="blue" size="5" face="Times New Roman">Precio = 370$</FONT>
<br>
<FONT color="blue" size="5" face="Times New Roman">Unidades disponibles = 25</FONT>
<br>
<FONT color="blue" size="5" face="Times New Roman">Buena calidad</FONT>
</center>
</body>
</html>