Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
Latest commit
22 lines (18 loc) · 1.03 KB
/
Copy pathheader.php
File metadata and controls
22 lines (18 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title><?phpbloginfo('name'); ?> | <?phpis_front_page() ? bloginfo('description') : wp_title(''); ?></title>
<meta name="description" content="<?phpbloginfo('description'); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php// wp_head(); // wordpress head functions ?>
<link href="<?phptheHTML5BoilerplateDirectory(); ?>css/normalize.css" rel="stylesheet">
<link href="<?phptheSkeletonDirectory(); ?>css/skeleton.css" rel="stylesheet">
<link href="<?phptheActiveThemeDirectory(); ?>css/main.css" rel="stylesheet">
<script src="<?phptheHTML5BoilerplateDirectory(); ?>js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body <?phpbody_class(); ?>>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->