starting technical seo

This commit is contained in:
prospect
2024-01-17 05:40:00 -05:00
parent d0c3923e4c
commit 0bf417dcab
111 changed files with 322 additions and 280 deletions

View File

@@ -1,13 +1,12 @@
<!-- Get Header -->
<?php get_header(); ?>
<?php
get_header(); ?>
<section class="h-full overflow-scroll no-scrollbar bg-white pt-16 pb-24">
<?php the_content(); ?>
<!-- Index/Fall Back 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-hand-index"></i>
<h1 class="text-2xl p-4 underline ">Index Fallback Template</h1>
</div>
</section>
<!-- Get Footer -->
<?php get_footer(); ?>
<?php get_footer();