-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
27 lines (27 loc) · 940 Bytes
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>Nuestros Servicios</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Inicio</a></li>
<li><a href="services.html">Servicios</a></li>
<li><a href="about.html">Sobre Nosotros</a></li>
<li><a href="contact.html">Contacto</a></li>
</ul>
</nav>
<nav class="navbar" role="navigation"></nav>
</header>
<div class= "container"></div>
<h1>Sobre Nosotros:</h1>
<p>¡Bienvenido a nuestra página “Sobre Nosotros”! Aquí, aprenderás más sobre nuestra empresa y los servicios que ofrecemos.</p>
<img src="1.jpg" alt="Descripción de la imagen 1" />
<img src="2.jpg" alt="Descripción de la imagen 2" />
<img src="4.webp" alt="Descripción de la imagen 3" />
</ul><script src="script.js"></script>
</body>
</html>