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

13 lines
366 B
PHP

<!-- Get Header -->
<?php get_header(); ?>
<!-- Author 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-person-circle"></i>
<h1 class="text-2xl p-4 underline ">Author Page Template</h1>
</div>
</section>
<!-- Get Footer -->
<?php get_footer(); ?>