This website works better with JavaScript
Gitinn
Accueil
Explorer
Aide
S'inscrire
Connexion
u102328
/
test
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
afe0f1cf70
Branches
Tags
master
test
/
userWeb
/
UI
/
js
/
home.js
home.js
105 B
Historique
Raw
1
2
3
4
5
// 添加首页默认UI
addUI("home",function(){
$("#home").show();
loadFooter();//加载页脚
});