HEX
Server: Apache
System: Linux p3plzcpnl489499.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: dwauav0tm6jp (6177017)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/dwauav0tm6jp/hosted/bookkeepingbypatty_com/wp-content/themes/vamtam-consulting/404.php
<?php
/**
 * 404 page template
 *
 * @package vamtam/consulting
 */

get_header();

VamtamEnqueues::enqueue_style_and_print( 'vamtam-not-found' );

?>

<div class="clearfix">
	<div id="header-404">
		<div class="line-1"><?php echo esc_html_x( '404', 'page not found error', 'vamtam-consulting' ) ?></div>
		<div class="line-2"><?php esc_html_e( 'Holy guacamole!', 'vamtam-consulting' ) ?></div>
		<div class="line-3"><?php esc_html_e( 'Looks like this page is on vacation. Or just playing hard to get. At any rate... it is not here.', 'vamtam-consulting' ) ?></div>
		<div class="line-4"><a href="<?php echo esc_url( home_url( '/' ) ) ?>"><?php echo esc_html__( '&larr; Go to the home page or just search...', 'vamtam-consulting' ) ?></a></div>
	</div>
	<div class="page-404">
		<?php get_search_form(); ?>
	</div>
</div>

<?php get_footer(); ?>