HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/WKIst/vertoconsulting.eu/wwwroot/wp-content/themes/wp_businesstwo5-v1.0.1/404.php
<?php get_header(); ?>

<section id="page-content">
	<div class="container">
		<article class="row">

			<div id="single-head" class="sixteen columns">
				<h1><?php _e("Page Not Found", 'ci_theme'); ?></h1>
				<p><?php _e('The page you are looking for was not found. Perhaps try searching?', 'ci_theme'); ?></p>
			</div>

			<div class="twelve columns">
				<article <?php post_class('entry group'); ?>>
					<?php get_search_form(); ?>
				</article>
			</div>

			<?php get_sidebar(); ?>
		</article>
	</div> <!-- .container < #page-content -->
</section> <!-- #page-content -->

<?php get_footer(); ?>