File: /var/www/html/wavecolordrop.com/wp-content/themes/color_drop/404.php
<?php
/**
* The template for displaying 404 pages (not found)
*
* @link https://codex.wordpress.org/Creating_an_Error_404_Page
*
* @package color_drop
*/
get_header();
?>
<main id="primary" class="site-main">
<section class="error-404 not-found text-center">
<h3>404 Page Not Found</h3>
<a href="<?php echo site_url(''); ?>">
<button>
Back To Home Page
</button>
</a>
</section><!-- .error-404 -->
</main><!-- #main -->
<?php
get_footer();