-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPagina5.html
52 lines (51 loc) · 1.31 KB
/
Pagina5.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Proyecto grupal</title>
<link rel="stylesheet" type="text/css" href="Estilo5.css" media="screen">
</head>
<body>
<div id="General">
<div class="Superior">
<img class="Encabezado" src= "GIF 1.gif">
</div>
<div id="Nombre">
<h1>
NOJA
</h1>
</div>
<div id="menu">
<ul>
<li class="encima lista"><a href="index.html"> HOME </a></li>
<li class="encima lista"><a href="Pagina2.html">NOSOTROS</a></li>
<li class="encima lista"><a href="Pagina3.html">PRODUCTOS Y SERVICIOS</a></li>
<li class="encima lista"><a href="Pagina4.html">GALERIA</a></li>
<li class="encima lista"><a href="Pagina5.html">CONTACTENOS</a></li>
</ul><br>
</div>
<div id="izquierda">
<img src= "GIF I5.gif">
</div>
<div class="Medio">
<h1><p>
Contactenos
</p></h1>
<p><strong>Ventas</strong>: <br>
+593 96 051 5331 <br>
<strong>Servicio al cliente:</strong>
<br>+593 99 115 8606<strong> <br>
Entregas a domicilio</strong>: <br>
+593 98 032 0381 <strong>
<br>Reclamos:</strong> <br>
+593 99 197 6677</p>
</div>
<div id="derecha">
<img src= "GIF D5.gif">
</div>
</div>
<div id="abajo">
<img class="Encabezado" src= "GIF 2.gif">
</div>
</body>
</html>