test pour le site
This commit is contained in:
4
test/acceuil.js
Normal file
4
test/acceuil.js
Normal file
@@ -0,0 +1,4 @@
|
||||
document.getElementById('search-form').addEventListener('submit', function(event) {
|
||||
event.preventDefault();
|
||||
alert('Search functionality will be implemented here!');
|
||||
});
|
Reference in New Issue
Block a user