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/KLeeuwen/old.samenbouwen.in/wwwroot/wp-content/themes/dlight/404.php
<?php
/**
 * @package WordPress
 * @subpackage DLight Theme
 * @author Shindiri Studio (http://www.shindiristudio.com) & http://www.mihajlovicnenad.com/
 */

get_header();
global $darkone_data;
?>
	<div id="darkone_content">
		<div class="darkone_container">
			<div id="content" <?php post_class(); ?>>
				<h2><span>404</span> <?php _e('NOT FOUND', 'darkone'); ?></h2>
			</div>
		</div>
	</div>
<?php get_footer(); ?>