.html 899 B

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <html lang="es">
  3. <head>
  4. <title> Por un internet distinto </title>
  5. <link rel="icon" href="icono.ico">
  6. <link type="text/css" rel="stylesheet" href="estilos.css">
  7. <meta charset="utf-8">
  8. </head>
  9. <body>
  10. <div id="centro">
  11. <nav>
  12. <ul>
  13. <li><a title="Lee las últimas noticias" href="index.html">Inicio</a>
  14. <li><a title="Pruebas hechas música" href="musica.html">Música</a>
  15. <li><a title="Videojuegos hechos con cariño y ganas" href="juegos.html">Juegos</a>
  16. <li><a title="Poemas vueltos código" href="programacion.html">Programación</a>
  17. <li><a title="Solo hay un buen código con documentación" href="documentos.html">Documentos</a>
  18. <li><a title="Conoce más sobre el creador de esta página" href="contacto.html">Sobre mí</a>
  19. </ul>
  20. </nav>
  21. <div id="separacion">
  22. </div>
  23. </div>
  24. <footer><a href="declaracion.html">Declaración y enlaces</a></footer>
  25. </body>
  26. </html>