first change

This commit is contained in:
Aashishad
2024-06-10 17:33:07 +05:45
commit 5e6dc128fa
192 changed files with 22456 additions and 0 deletions

5
lib/waypoints/links.php Normal file
View File

@ -0,0 +1,5 @@
<?php
$links = array(
'js' => 'lib/waypoints/waypoints.min.js'
);
?>