Réorganisation du code

This commit is contained in:
2023-05-17 07:54:38 +02:00
parent 61c61d203b
commit fba7a5a057
14 changed files with 343 additions and 174 deletions

6
static/js/script.js Normal file
View File

@@ -0,0 +1,6 @@
function startDownload() {
document.getElementById('download-button').innerHTML = 'Téléchargement en cours...';
}
function refreshPage() {
window.location.reload();
}