2024-02-19 19:51:59 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="es">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Proyectos - Open Bokeron</title>
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<header>
|
|
|
|
<h1>Open Bokeron</h1>
|
|
|
|
<p>¡"Abre tu mente, abre tu código" con Open Bokeron!</p>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<nav>
|
2024-02-19 20:22:56 +01:00
|
|
|
<a href="/">Página principal</a>
|
2024-02-19 19:51:59 +01:00
|
|
|
<a href="proyectos.html">Proyectos</a>
|
|
|
|
<a href="contacto.html">Contacto</a>
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
<footer>
|
2024-02-19 20:35:51 +01:00
|
|
|
<p>© 2024 Open Bokeron. Todos los derechos reservados.</p>
|
2024-02-19 19:51:59 +01:00
|
|
|
</footer>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|