Start index at 0

This commit is contained in:
T'JAMPENS QUENTIN p2406187 2025-06-20 18:33:49 +02:00
parent 8c33d16122
commit 1690eadfae

View File

@ -64,7 +64,7 @@ void Web::siteHtml()
<ul>
)";
int index = 1;
int index = 0;
for (const Path* p : list) {
QString fileName = QString("parcours%1.html").arg(index);
QString name = p->getName();