Skip to content

Commit

Permalink
Update ynn.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nlcolasg authored Jan 18, 2024
1 parent 5ecc65b commit 8c65076
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions ynn.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,21 @@
<body>
<header>
<nav>
<a href="index.html">Inicio</a>
<a href="vor.html">Verdad o Reto</a>
<a href="qda.html">Quién de Aquí</a>
<a href="ynn.html">Yo Nunca Nunca</a>
<a href="hot.html">Hacer o Tomar</a>
<div class="inicio">
<a href="index.html">Inicio</a>
</div>
<div class="vor">
<a href="vor.html">Verdad o Reto</a>
</div>
<div class="qda">
<a href="qda.html">Quién de Aquí</a>
</div>
<div class="ynn">
<a href="ynn.html">Yo Nunca Nunca</a>
</div>
<div class="hot">
<a href="hot.html">Hacer o Tomar</a>
</div>
</nav>
<section class="textos-header">
<h1>
Expand Down Expand Up @@ -289,4 +299,4 @@ <h2 id="frase"></h2>
});
</script>
</body>
</html>
</html>

0 comments on commit 8c65076

Please sign in to comment.