Current File : /home/kelaby89/iluxelectrical.com.au/wp-content/themes/strnix/header.php
<?php
/**
 * The header for our theme
 *
 * This is the template that displays all of the <head> section and everything up until <div id="content">
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package strnix
 */
	$preloader_on_off = strnix_get_options('preloader_on_off');
?>
<!doctype html>
<html <?php language_attributes(); ?>>
<head>
	<meta charset="<?php bloginfo( 'charset' ); ?>">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="profile" href="https://gmpg.org/xfn/11">
	<?php wp_head(); ?>
</head>

<body <?php body_class(); ?>>
	<?php wp_body_open(); ?>
	<div class="page-wrapper">
		<?php
			do_action('strnix_preloader_ready');
			get_template_part('components/header/header');
			get_template_part('components/breadcrumb/breadcrumb');
		?>
Page not found – Hello World !