Skip to content

Instantly share code, notes, and snippets.

@furenku
Created March 25, 2021 14:27
Show Gist options
  • Select an option

  • Save furenku/e14f536db32a3c9735178b05ac796c23 to your computer and use it in GitHub Desktop.

Select an option

Save furenku/e14f536db32a3c9735178b05ac796c23 to your computer and use it in GitHub Desktop.
una cabecera para clase
<header>
<nav>
<ul>
<li>
<a href="index.html">Inicio</a>
</li>
<li>
<a href="unoindex.html">Uno</a>
</li>
<li>
<a href="dosindex.html">Dos</a>
</li>
</ul>
</nav>
</header>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment