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

13 lines
398 B
PHP

<!-- Get Header -->
<?php get_header(); ?>
<!-- Date Archive (Year, Month, Day) 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-calendar-event"></i>
<h1 class="text-2xl p-4 underline ">Date Archive Page Template</h1>
</div>
</section>
<!-- Get Footer -->
<?php get_footer(); ?>