<! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
<meta http-equiv= "Content-type" content= "text/html; Charset=utf-8 "/>
<meta http-equiv= "x-ua-compatible" content= "ie=7"/>
<title><?php bloginfo ("name")?></title>
<meta name= "keywords" content= ""/>
<meta name= "description" content= "<?php bloginfo (' description ');? > "/>
<meta name= "Author" content= ""/>
<link href= "<?php bloginfo(' Stylesheet_url '); ?> "Rel=" stylesheet "type=" Text/css "/>
<script src= "<?php bloginfo (' Template_url ');? >/js/png.js" Type= "Text/javascript" ></script>
<script src= "<?php bloginfo (' Template_url ');? >/js/scrolltop.js" Type= "Text/javascript" ></script >
<?php Wp_head ();?>
<script src= "<?php bloginfo (' Template_url ');? >/js/png.js" Type= "Text/javascript" ></script> can be replaced wp_enqueue_script( ' Init_js ',get_bloginfo(' Template_url ').' /js/init.js '); Novice does not recommend replacement
Learn wordpress template making the next day header.php try