Files
NAN_Student_Handbook/taxonomy.php
2023-12-26 22:56:58 -05:00

13 lines
381 B
PHP

<!-- 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(); ?>