First upload

This commit is contained in:
Clement Gournay
2015-07-17 17:22:46 +09:00
parent 74af4ade8b
commit 397fe88caa
60 changed files with 27040 additions and 0 deletions

7
src/js/main.js Normal file
View File

@@ -0,0 +1,7 @@
$(document).ready(function(){
new Loader();
});