<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo('charset'); ?>"/>
<title><?php wp_title('-', true, 'right'); bloginfo('name'); ?></title>
<meta name="description" content="<?php bloginfo('description'); ?>"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/style.css"/>
<link rel="icon" type="image/png" href="<?php bloginfo('template_url');?>/favicon.png" />
<?php wp_head(); ?>
</head>
<body<?php echo " "; body_class();?>>