Current File : /home/n742ef5/royalanteam.com/wp-content/themes/myhome/header.php
<?php
if (class_exists('Vc_Manager')) {
    require 'myhome-legacy/header.php';
    return;
}
?>

    <!DOCTYPE html>
<html <?php language_attributes(); ?>>
    <head>
        <meta charset="<?php bloginfo('charset'); ?>"/>
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
        <link rel="profile" href="http://gmpg.org/xfn/11"/>
        <link rel="pingback" href="<?php echo esc_url(get_bloginfo('pingback_url')); ?>"/>
        <link href="https://fonts.googleapis.com/css2?family=Monoton&display=swap" rel="stylesheet">
        <?php wp_head(); ?>
    </head>
<body <?php body_class(); ?>>

<?php
if (function_exists('wp_body_open')):
    wp_body_open();
endif;
?>