Files
leon_pharmacy/index.php
Prospect Ogujiuba 7464e10f35 first commit
2024-07-02 11:00:03 -04:00

7 lines
100 B
PHP

<?php get_header(); ?>
<div>
<?php the_content(); ?>
</div>
<?php get_footer(); ?>