-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathheader.php
More file actions
21 lines (20 loc) · 716 Bytes
/
Copy pathheader.php
File metadata and controls
21 lines (20 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="UTF-8">
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<link href="<?php echo get_stylesheet_uri(); ?>
" rel="stylesheet">
<title><?php wp_title( '' ); ?></title>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="header" class="usa-grid">
<h1 class="usa-heading">
<?php bloginfo( 'title' ); ?>
</h1>
<h2 class="usa-heading">
<?php bloginfo( 'description' ); ?>
</h2>
</div><!-- /#header -->