First Commit

This commit is contained in:
2026-05-27 11:44:02 +09:00
commit 1de0de1fc5
2352 changed files with 198354 additions and 0 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,21 @@
$( document ).ready( function() {
wow = new WOW({
animateClass: 'animated',
offset: 100,
callback: function(box) {
}
});
wow.init();
});
//$(window).load(function(){
// var a=$("#bo_gall .gall_img img").outerHeight();
// $("#bo_gall .gall_img span").css("line-height",a+'px');
//});
window.onload = function(){$(window).resize();
var a=$("#bo_gall .gall_img img").outerHeight();
$("#bo_gall .gall_img span").css("line-height",a+'px');
$(window).resize();
}

File diff suppressed because one or more lines are too long