You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
311 B

//http://placehold.it/1920x1080
function OnLoadIndex(){
/*$(document).ready(function(e) {
$('#HTMLmenu').load('HTMLmenu.html',function(){
//
});
});*/
$(document).ready(function(e) {
$('#HTMLfooter').load('HTMLfooter.html',function(){
//
});
});
}