simple_blog/common/modal.php
20xd6 6b8157f551 Initial Commit
Add the basic structure of the site.
2022-06-28 15:27:58 -04:00

6 lines
212 B
PHP

<div id="modal_gallery" class="modal_gal">
<span class="close_modal">&times;</span>
<img class="gallery_img" id="modal_img" alt="An Image"/>
<div id="modal_img_caption"></div>
</div><!--End of Modal Div-->