Gif first

This commit is contained in:
fred 2023-03-06 18:57:55 +01:00
parent b5c6dd6c65
commit aef6e5a89c
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@
// Générer le HTML
pageGifs.forEach((gif, i) => {
output += `
<a href="_LIBRA_${pageUrls[i]}">
<a target="astroplay" href="_LIBRA_${pageUrls[i]}">
<img src="_LIBRA_${gif}" title="${pageDurees[i]} - ${pageTitles[i]}" />
</a>
`;