first commit

This commit is contained in:
Prospect Ogujiuba
2024-07-02 11:00:03 -04:00
commit 7464e10f35
119 changed files with 12935 additions and 0 deletions

7
index.php Normal file
View File

@@ -0,0 +1,7 @@
<?php get_header(); ?>
<div>
<?php the_content(); ?>
</div>
<?php get_footer(); ?>