navbar working

This commit is contained in:
Adam Piontek 2021-07-04 18:16:33 -04:00
parent b99281d42a
commit a81c43a655
22 changed files with 25452 additions and 25318 deletions

12
404.php
View file

@ -10,12 +10,12 @@
get_header(); ?>
<main class="content-wrap">
<section class="container mx-auto relative z-10">
<h1>Oops! That page can't be found.</h1>
<p>It looks like nothing was found at this location. Maybe try one of the links below or a search?</p>
<?php
get_search_form(); ?>
</section>
<section class="container mx-auto relative z-10">
<h1>Oops! That page can't be found.</h1>
<p>It looks like nothing was found at this location. Maybe try one of the links below or a search?</p>
<?php
get_search_form(); ?>
</section>
</main>
<?php