godaddy-wordpress/go

View on GitHub
404.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * The 404 template file
 *
 * @package Go
 */

get_header();

Go\page_title();
?>

<div class="content-area__wrapper">
    <div class="content-area entry-content not-found w-full m-auto p-x">
        <?php get_search_form(); ?>
    </div>
</div>

<?php
get_footer();