inital template

This commit is contained in:
2021-01-23 23:11:19 +01:00
commit 083337b7d6
40 changed files with 22633 additions and 0 deletions

15
sources/js/custom.js Normal file
View File

@@ -0,0 +1,15 @@
// #--------------------#
// #----- by 4nima -----#
// #----- v. 1.0.0 -----#
// #-- coding@4nima.de -#
// #--------------------#
// Direkt mit laden
// Erst laden wenn rest geladen ist
$( function() {
console.log("Ready");
});