Current File : /home/getxxhzo/tinyrnd.com/wp-content/themes/flyweb/header-3.php |
<!doctype html>
<html class="no-js" <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php
$preloader = flyweb_get_opt('preloader', true);
wp_head();
?>
</head>
<body id="post-<?php the_ID(); ?>" <?php body_class(); ?>>
<?php wp_body_open(); ?>
<?php if (isset($preloader) && $preloader) : ?>
<div id="preloader"></div>
<?php endif; ?>
<!-- start main-wrapper section -->
<div class="main-wrapper">
<!-- start content section -->
<div class="content">
<?php
flyweb_header_layout_home3();
?>