fixed broken nav links in proyectos dir
This commit is contained in:
parent
1fd51352e3
commit
4ca2e731c4
@ -20,7 +20,7 @@
|
|||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p>© 2024 Open Bokeron. All rights reserved.</p>
|
<p>© 2024 Open Bokeron. Todos los derechos reservados.</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p>© 2024 Open Bokeron. All rights reserved.</p>
|
<p>© 2024 Open Bokeron. Todos los derechos reservados.</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p>© 2024 Open Bokeron. All rights reserved.</p>
|
<p>© 2024 Open Bokeron. Todos los derechos reservados.</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Proyectos - Open Bokeron</title>
|
<title>Proyectos - Open Bokeron</title>
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="../style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
@ -14,13 +14,13 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Página principal</a>
|
<a href="../">Página principal</a>
|
||||||
<a href="proyectos.html">Proyectos</a>
|
<a href="../proyectos.html">Proyectos</a>
|
||||||
<a href="contacto.html">Contacto</a>
|
<a href="../contacto.html">Contacto</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p>© 2024 Open Bokeron. All rights reserved.</p>
|
<p>© 2024 Open Bokeron. Todos los derechos reservados.</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user