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

14
page.php Normal file
View File

@@ -0,0 +1,14 @@
<?php get_header(); ?>
<div class="mx-auto page-header pb-8 px-4 md:px-8">
<div class="max-w-7xl mb-8 mx-auto pt-10 px-4 md:px-8 lg:pt-28">
<div>
<h1 class="font-bold text-2xl text-white tracking-tight lg:text-4xl"><?php the_title(); ?></h1>
</div>
</div>
</div>
<div class="max-w-none mx-auto prose">
<?php the_content(); ?>
</div>
<?php get_footer(); ?>