ed: js_api_data <- fix link index.js

This commit is contained in:
jp.dev 2022-08-17 13:11:23 -04:00
parent 5afded3719
commit 5d729baa57

View File

@ -14,7 +14,7 @@ getCharacters(data => {
/*html*/` /*html*/`
<article> <article>
<div class="image-container"> <div class="image-container">
<a href="https://gitea.kickto.net/jp.av.dev/Intro_basicos_HTML_CSS/js_get_data_api" target="_blank"> <a href="https://gitea.kickto.net/jp.av.dev/Intro_basicos_HTML_CSS/src/branch/master/js_get_data_api" target="_blank">
<img src="${personaje.image}" alt="Personaje"</img> <img src="${personaje.image}" alt="Personaje"</img>
</a> </a>
</div> </div>