HEX
Server: Apache
System: Linux pdx1-shared-a1-31 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: dh_5jabqq (6436002)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /home/dh_5jabqq/bermudashipwreckarchive.com/wp-content/themes/cloux/404.php
<?php
/*
	* The template for displaying 404 page
*/
get_header(); ?>

	<?php echo cloux_page_banner(); ?>

	<?php cloux_container_before( $extra_class = "main-container" ); ?>

	<div class="content-box">
		<div class="error404-content">
			<i class="fas fa-exclamation-circle"></i>
			<?php echo cloux_title( $title = esc_html__( 'Page Not', 'cloux' ), $style = "style-1", $align = "center", $colored_title = esc_html__( 'Found', 'cloux' ) ); ?>
			<p><?php echo esc_html__( 'Page not found! The page you are looking for cannot be found.', 'cloux' ); ?></p>
		</div>
	</div>

	<?php cloux_container_after(); ?>

<?php get_footer();