Skip to content

Instantly share code, notes, and snippets.

@takatoshi
Created June 11, 2012 12:20
Show Gist options
  • Save takatoshi/2909827 to your computer and use it in GitHub Desktop.
Save takatoshi/2909827 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo('charset'); ?>" />
<title><?php bloginfo('name'); ?></title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" />
<link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/favicon.ico" />
<?php wp_head(); ?>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment