HEX
Server: LiteSpeed
System: Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User: swifizcd (1555)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //home/swifizcd/mitmeherbals.com.ng/wp-content/themes/wp-blank/404.php
<?php
/**
 * wp-blank WordPress Theme, ordasvit.com
 * wp-blank is distributed under the terms of the GNU GPL
 * Copyright: OrdaSvit, Andrey Kvasnevskiy, ordasvit.com
 */

get_header();
?>
<?php get_template_part('templates/positions-before-content'); ?>

<header class="page-header">
	<h3 class="page-title">
		<?php _e('Not found', 'wp-blank'); ?>
	</h3>
</header>

<div class="page-wrapper">
	<div class="page-content">
		<h3>
			<?php _e('This is somewhat embarrassing, isn&rsquo;t it?', 'wp-blank'); ?>
		</h3>
		<p>
			<?php _e('It looks like nothing was found at this location. Maybe try a search?', 'wp-blank'); ?>
		</p>

		<?php get_search_form(); ?>
	</div><!-- .page-content -->
</div><!-- .page-wrapper -->

<?php get_template_part('templates/positions-after-content'); ?>
<?php get_footer(); ?>