fixed broken nav links in proyectos dir

This commit is contained in:
Abdulee 2024-02-19 20:35:51 +01:00
parent 1fd51352e3
commit 4ca2e731c4
4 changed files with 8 additions and 8 deletions

View File

@ -20,7 +20,7 @@
</nav>
<footer>
<p>&copy; 2024 Open Bokeron. All rights reserved.</p>
<p>&copy; 2024 Open Bokeron. Todos los derechos reservados.</p>
</footer>
</body>

View File

@ -35,7 +35,7 @@
</section>
<footer>
<p>&copy; 2024 Open Bokeron. All rights reserved.</p>
<p>&copy; 2024 Open Bokeron. Todos los derechos reservados.</p>
</footer>
</body>

View File

@ -36,7 +36,7 @@
</section>
<footer>
<p>&copy; 2024 Open Bokeron. All rights reserved.</p>
<p>&copy; 2024 Open Bokeron. Todos los derechos reservados.</p>
</footer>
</body>

View File

@ -4,7 +4,7 @@
<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">
<link rel="stylesheet" href="../style.css">
</head>
<body>
@ -14,13 +14,13 @@
</header>
<nav>
<a href="/">Página principal</a>
<a href="proyectos.html">Proyectos</a>
<a href="contacto.html">Contacto</a>
<a href="../">Página principal</a>
<a href="../proyectos.html">Proyectos</a>
<a href="../contacto.html">Contacto</a>
</nav>
<footer>
<p>&copy; 2024 Open Bokeron. All rights reserved.</p>
<p>&copy; 2024 Open Bokeron. Todos los derechos reservados.</p>
</footer>
</body>