/home/bonphmya/geseroff.online/wp-content/themes/revirta/revirta/404.php
<?php
/**
 * The template to display the 404 page
 *
 * @package WordPress
 * @subpackage REVIRTA
 * @since REVIRTA 1.0
 */

get_header();

get_template_part( 'content', '404' );

get_footer();
?>