UCC-LabCompu2 / proyecto2024-kazuf-cobresi

proyecto2024-kazuf-cobresi created by GitHub Classroom
1 stars 0 forks source link

Incorrecta implementación de navegación entre páginas #6

Closed edme88 closed 5 months ago

edme88 commented 6 months ago

https://github.com/UCC-LabCompu2/proyecto2024-kazuf-cobresi/blob/6cd191061aae3b9762d2509369c802c8f905111b/index.html#L24

https://github.com/UCC-LabCompu2/proyecto2024-kazuf-cobresi/blob/6cd191061aae3b9762d2509369c802c8f905111b/Preferencias.html#L47

https://github.com/UCC-LabCompu2/proyecto2024-kazuf-cobresi/blob/6cd191061aae3b9762d2509369c802c8f905111b/Ubicaciones.html#L19

https://github.com/UCC-LabCompu2/proyecto2024-kazuf-cobresi/blob/6cd191061aae3b9762d2509369c802c8f905111b/Ubicaciones.html#L33

https://github.com/UCC-LabCompu2/proyecto2024-kazuf-cobresi/blob/6cd191061aae3b9762d2509369c802c8f905111b/Ubicaciones.html#L47

Recuerden el ejercicio de link que vimos en clase (en este caso, el video contiene además el ejercicio de listas) https://ucc-labcompu2.github.io/filminas/U4_HTML.html#/26

Si se fijan, los links deben ser "relativos" en lugar de absolutos. Es decir, por ejemplo, el lugar de: <a href="http://localhost:63342/proyecto2024-kazuf-cobresi/Ubicaciones.html?_ijt=s437u3krtfhiu98k185fdo462e">Empezar</a>

Deberían colocar: <a href="Ubicaciones.html">Empezar</a>