This commit is contained in:
2026-03-18 15:37:13 +01:00
parent ae75a6ee02
commit 4618269498
188 changed files with 4979 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ document.addEventListener('DOMContentLoaded', function () {
const resultsList = document.getElementById('results');
// Charger le fichier CSV
fetch('Liste karaoké 2026.csv')
fetch('Liste karaoké 2026 v2.csv')
.then(response => response.text())
.then(data => {
const lines = data.split('\n');