first commit

This commit is contained in:
2022-11-20 21:46:36 +00:00
commit e3f445cd0d
54 changed files with 10801 additions and 0 deletions

9
assets/js/main.js Executable file
View File

@@ -0,0 +1,9 @@
import "../scss/style.scss";
import "./simple-lightbox.js";
(function () {
var $gallery = new SimpleLightbox(".gallery a", {});
})();
// import "./pagination.js"

3093
assets/js/simple-lightbox.js Normal file

File diff suppressed because it is too large Load Diff