first commit

This commit is contained in:
2026-05-07 13:42:43 +02:00
commit 84820c45a3
151 changed files with 14696 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
jQuery(document).ready(function($) {
$('body').on('click', '.acc-tile-btn', function() {
alert('Button clicked!');
});
});