Created
March 25, 2021 14:27
-
-
Save furenku/e14f536db32a3c9735178b05ac796c23 to your computer and use it in GitHub Desktop.
una cabecera para clase
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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