forked from BeAPI/beapi-frontend-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.php
35 lines (33 loc) · 1.15 KB
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<!--[if lte IE 9 ]> <html class="no-js ie lte-ie9 ie9" <?php language_attributes( ); ?>> <![endif]-->
<!--[if !(IE)]><! -->
<html class="fonts-loading no-js" <?php language_attributes( ); ?>>
<!--<![endif]-->
<head>
<script type="text/javascript">
//<![CDATA[
(function(){
var c = document.documentElement.className;
c = c.replace(/no-js/, 'js');
document.documentElement.className = c;
})();
//]]>
</script>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo( 'charset' ); ?>" />
<meta name="viewport" content="initial-scale=1.0" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<!--[if lte IE 9]>
<div class="message message__browserhappy">
<p>
You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/" target="_blank">upgrade your browser</a> to improve your experience.
</p>
<p>
<button><span class="button-icon icon-close"></span> Close</button>
</p>
</div>
<![endif]-->
<div class="cssloading__overlay"></div>