test pour le site

This commit is contained in:
2024-01-13 21:18:21 +01:00
parent f7d3007b0a
commit 58d23d7dd4
4 changed files with 99 additions and 1 deletions

4
test/acceuil.js Normal file
View File

@@ -0,0 +1,4 @@
document.getElementById('search-form').addEventListener('submit', function(event) {
event.preventDefault();
alert('Search functionality will be implemented here!');
});