Manually check in the theme

This commit is contained in:
2024-08-06 13:32:05 +02:00
parent 3f745782be
commit 474244f5fc
71 changed files with 8673 additions and 0 deletions

@ -0,0 +1,8 @@
<!-- Modal for gallery images -->
<div id="myModal" class="modal">
<span class="close">&times;</span>
<img class="modal-content" id="modal-img">
<div id="caption"></div>
<div id="loader"></div>
</div>