This commit is contained in:
nihilist 2024-05-02 09:54:49 +02:00
parent 90addb27b7
commit 86565ba3a2
209 changed files with 40310 additions and 0 deletions

8
assets/js/main.js Normal file
View file

@ -0,0 +1,8 @@
$(document).ready(function() {
setTimeout(function(){
$('body').addClass('loaded');
}, 100);
});