header.php 1.71 KB
Newer Older
imac's avatar
imac committed
1 2 3 4 5 6 7 8 9 10 11
<!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js no-svg">

    <link href="<?php echo home_url('wp-content/themes/nap/assets/css/normalize.css') ?>" rel="stylesheet" type="text/css">
    <link href="<?php echo home_url('wp-content/themes/nap/assets/fonts/stylesheet.css') ?>" rel="stylesheet" type="text/css">
    <link href="<?php echo home_url('wp-content/themes/nap/assets/css/slick-theme.css') ?>?v=432" rel="stylesheet" type="text/css">
    <link href="<?php echo home_url('wp-content/themes/nap/assets/css/slick.css') ?>?v=432" rel="stylesheet" type="text/css">

    <link href="<?php echo home_url('wp-content/themes/nap/assets/css/animate.css') ?>" rel="stylesheet" type="text/css">
    <link href="<?php echo home_url('wp-content/themes/nap/assets/css/animsition.min.css') ?>" rel="stylesheet" type="text/css">
    <link href="<?php echo home_url('wp-content/themes/nap/assets/css/main.css') ?>?v=454" rel="stylesheet" type="text/css">
12
    <link href="<?php echo home_url('wp-content/themes/nap/assets/css/responsive.css') ?>?v=432" rel="stylesheet" type="text/css">
imac's avatar
imac committed
13 14 15 16 17 18
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="icon" type="image/png" href="images/favicon.png" />
    <head>
        <meta charset="<?php bloginfo('charset'); ?>">
19
        <meta name="viewport" content="width=device-width, initial-scale=1 ,user-scalable = no">
imac's avatar
imac committed
20 21 22 23 24 25 26 27 28 29 30 31 32 33


        <?php wp_head(); ?>
    </head>

    <div id="loading-container">
        <div class="loading-wrapper">
            <div class="loading">
                <div id="loading-center-absolute"></div>
            </div>
        </div>
    </div>
    <div class="main">