current progress

This commit is contained in:
prospect
2023-12-26 22:56:58 -05:00
commit 7843c7b084
99 changed files with 42808 additions and 0 deletions

13
taxonomy.php Normal file
View File

@@ -0,0 +1,13 @@
<!-- Get Header -->
<?php get_header(); ?>
<!-- Taxonomy Archive Page Template -->
<section class="flex flex-col h-full overflow-scroll py-16">
<div class="flex h-full items-center justify-center">
<i class="text-4xl bi-bookmark"></i>
<h1 class="text-2xl p-4 underline ">Taxonomy Archive Page Template</h1>
</div>
</section>
<!-- Get Footer -->
<?php get_footer(); ?>