Push avant modif DIV INFO

This commit is contained in:
MasterAcnolo
2025-06-28 17:56:36 +02:00
parent 72b9e45366
commit 844b994eb8
13 changed files with 249 additions and 28 deletions

View File

@@ -23,5 +23,5 @@ app.use("/info", infoRoute); // on associe le contenu de infos.js à /info
app.listen(8080, () => {
console.log("🟢 Serveur prêt sur http://localhost:8080");
console.log("🟢 Serveur prêt sur http://localhost:8080 \n Bonjour!");
});