2023-12-10 22:40:22 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="es">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Open Bokeron</title>
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<header>
|
|
|
|
<h1>Open Bokeron</h1>
|
2024-02-19 19:52:23 +01:00
|
|
|
<p>¡"Abre tu mente, abre tu código" con Open Bokeron!</p>
|
2023-12-10 22:40:22 +01:00
|
|
|
</header>
|
|
|
|
|
|
|
|
<nav>
|
2024-02-19 20:22:56 +01:00
|
|
|
<a href="/">Página principal</a>
|
2024-02-19 19:45:57 +01:00
|
|
|
<a href="proyectos.html">Proyectos</a>
|
|
|
|
<a href="contacto.html">Contacto</a>
|
2023-12-10 22:40:22 +01:00
|
|
|
</nav>
|
|
|
|
|
|
|
|
<section id="sobre">
|
2024-02-19 19:45:57 +01:00
|
|
|
<h2>Sobre nosotros</h2>
|
2024-02-18 19:57:29 +01:00
|
|
|
<p>Bienvenido a Open Bokeron, somos un grupo de estudiantes de la ETSI Informática de la UMA que nos dedicamos a promociar el código libre.</p>
|
2023-12-10 22:40:22 +01:00
|
|
|
</section>
|
|
|
|
|
|
|
|
<footer>
|
2024-02-19 21:29:20 +01:00
|
|
|
<p>© 2024 Open Bokeron.</p>
|
|
|
|
<p>Todos los derechos reservados.</p>
|
2023-12-10 22:40:22 +01:00
|
|
|
</footer>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|