HEX
Server: nginx/1.28.0
System: Linux server-one 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
User: root (0)
PHP: 8.3.23
Disabled: NONE
Upload Files
File: /home/graninbottega/www.graninbottega.it/public/wp-content/themes/white-rock-progression/404.php
<?php
/**
 * The template for displaying 404 pages (Not Found).
 *
 * @package pro
 */

get_header(); ?>

	<div id="page-title-pro">
		<div id="progression-studios-page-title-container">
			<div class="width-container-pro">
				<h1 class="page-title"><?php esc_html_e( '404 Error', 'white-rock-progression' ); ?></h1>
				<div id="page-title-divider-option"></div>
			</div>
			<div class="clearfix-pro"></div>
		</div>
		
	</div><!-- #page-title-pro -->

	
	<div id="content-pro">
		<div id="error-page-index">

		<div class="width-container-pro">
			
				<br>
				<p><?php esc_html_e( "Sorry, We couldn&rsquo;t find the page you&rsquo;re looking for. Maybe Try one of the links in the navigation or a search.", 'white-rock-progression' ); ?></p>
				<?php get_search_form(); ?>
				
				<br>
				
		
			
		<div class="clearfix-pro"></div>
		</div><!-- close .width-container-pro -->
		</div><!-- close #error-page-index -->
	</div><!-- #content-pro -->
	
<?php get_footer(); ?>