<!DOCTYPE html>
<?php global $asteria;?><html xmlns="http://www.w3.org/1999/xhtml" language_attributes><body><p>&gt;
</p>
<meta http-equiv="Content-Type" content="&lt;?php bloginfo('html_type'); ?&gt;; charset=UTF-8">	
<title><?php bloginfo('name'); ?> <?php wp_title(); ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<?php get_template_part('style');?>
<?php wp_head(); ?>


<div class="center">
<div class="logo">

			<?php if ( is_home() ) { ?>   
            <h1><a href="&lt;?php%20echo%20esc_url(%20home_url(%20'/'%20)%20);?&gt;"><?php bloginfo('name'); ?></a></h1>
            <?php }else{ ?>
            <h2><a href="&lt;?php%20echo%20esc_url(%20home_url(%20'/'%20)%20);?&gt;"><?php bloginfo('name'); ?></a></h2>
            <?php } ?>

    </div></div></body></html>
