.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
+1
-1
@@ -21,7 +21,7 @@
|
||||
<h1>Liste de karaokés - 2026</h1>
|
||||
<p>Vous pouvez télécharger la liste des karaokés entière. Ou effectuer une recherche dans la liste tout en bas.</p>
|
||||
<div class="nav">
|
||||
<a href="Liste karaoké 2026.pdf" target="_BLANK">Liste Karaoké 2026</a>
|
||||
<a href="Liste karaoké 2026 v2.pdf" target="_BLANK">Liste Karaoké 2026</a>
|
||||
</div>
|
||||
<br>
|
||||
<hr>
|
||||
|
||||
+1
-1
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user