Viewing File: /home/rtsgrob/ww5/wp-content/themes/hoverex/404.php

<?php
/**
 * The template to display the 404 page
 *
 * @package WordPress
 * @subpackage HOVEREX
 * @since HOVEREX 1.0
 */

get_header();

get_template_part( 'content', '404' );

get_footer();
?>
Back to Directory File Manager