first commit

This commit is contained in:
maher
2026-05-16 17:26:43 +02:00
commit fcc6302ebb
406 changed files with 87325 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import copy from 'copy-text-to-clipboard';
jQuery(document).ready(function() {
$( "#copurl" ).click(function() {
copy($("#urlParinage").val());
});
})