-
Notifications
You must be signed in to change notification settings - Fork 0
/
oferta.html
46 lines (28 loc) · 860 Bytes
/
oferta.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="estilos.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Tienda de mascotas</title>
</head>
<header>
<h2 >TIENDA DE MASCOTAS</h2>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="perros.html">Perros</a></li>
<li><a href="gatos.html">Gatos</a></li>
<li><a href="aves.html">Aves</a></li>
</ul>
</nav>
</header>
<body>
<h1>PROMOCIÓN </h1>
<h3>Tenemos los mejores productos para mascotas y ests son las ofertas </h3>
<h2>Por el dia de hoy tenemos en promoción estos productos:</h2>
<img src="jugueteperro2.jpg" width="300px" > <h2>$99</h2>
<img src="jugueteperro3.jpg" width="300px" > <h2>$179</h2>
<img src="accesoriogato2.jpg" width="300px" > <h2>$99</h2>
</body>
</html>