-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLaboratorio.html
More file actions
48 lines (39 loc) · 2.16 KB
/
Laboratorio.html
File metadata and controls
48 lines (39 loc) · 2.16 KB
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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<nav>
<div class="logo"><img src="img/Logo.png" alt="Logo" class="logo"></div>
<ul>
<li class="inicio"><a href="index.html">INICIO</a></li>
<li class="servicios"><a href="">SERVICIOS</a>
<a href="Consulta.html" class="menu">CENTRO DE CONSULTAS</a>
<a href="Cirugia.html" class="menu">LABORATORIO DE CIRUGÍA</a>
<a href="Laboratorio.html" class="menu">HOSPITALIZACÓN</a>
</li>
<li class="contacto"><a href="Contacto.html">CONTACTO</a></li>
</ul>
<div class="rs"><img src="img/Facebook.png" alt="Fb" class="rs"><a href="www.facebook.com" target="_blank"></a><img src="img/Twitter.png" alt="tr" width="27px"><a href="www.twitter.com" target="_blank"></a></div>
</nav>
</header>
<div class="Cuerpo">
<div class="img"><img src="img/roedor.png" alt="roedor" class="imgH"></div>
<article class="Hart">
<section class="HContenido">
<div>
<h1 class="H">LOREM IPSUM DOLOR SIT AMET, CONSECTETUR ADIPISICING ELIT LOREM IUSTO EMU</h1>
</div>
<p></p>
<div class="Contenido">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Exercitationem, iusto, explicabo. Quos id nemo eos necessitatibus. Eum, accusantium, eveniet recusandae harum porro consequatur! Doloremque voluptatibus, magnam commodi non ad ut praesentium possimus, officiis saepe labore earum quasi dolorem dolore voluptatem minima quis voluptate necessitatibus esse omnis rerum autem? Suscipit dolor velit, quasi neque nulla maxime architecto voluptatem vel. Fugiat doloribus temporibus voluptatibus.</div>
</section>
</article>
</div>
<footer>
Mapa Web | Más contenidos en tu web | Información Legal y Técnica | Condiciones de Contratación y Catálogo de Productos
</footer>
</body>
</html>