fixed broken link by creating page
This commit is contained in:
parent
9a9db1e64d
commit
33bbb4b401
27
proyectos/linux-party.html
Normal file
27
proyectos/linux-party.html
Normal file
@ -0,0 +1,27 @@
|
||||
<!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>
|
||||
<a href="index.html">Página principal</a>
|
||||
<a href="proyectos.html">Proyectos</a>
|
||||
<a href="contacto.html">Contacto</a>
|
||||
</nav>
|
||||
|
||||
<footer>
|
||||
<p>© 2024 Open Bokeron. All rights reserved.</p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user