diff --git a/web.cpp b/web.cpp
index f59a9a0..7dd0a2d 100644
--- a/web.cpp
+++ b/web.cpp
@@ -64,7 +64,7 @@ void Web::siteHtml()
)";
- int index = 1;
+ int index = 0;
for (const Path* p : list) {
QString fileName = QString("parcours%1.html").arg(index);
QString name = p->getName();