-
Notifications
You must be signed in to change notification settings - Fork 107
Expand file tree
/
Copy pathheader.php
More file actions
19 lines (18 loc) · 748 Bytes
/
header.php
File metadata and controls
19 lines (18 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<head>
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title><?php get_blog_title_obj() ?></title>
<?php obj_seo_set(); ?>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css"/>
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() . '/static/layui/css/layui.css' ?>"
type="text/css"/>
<link rel="stylesheet"
href="<?php echo get_stylesheet_directory_uri() . '/static/font-awesome/css/font-awesome.css' ?>"
type="text/css"/>
<?php wp_head(); ?>
</head>
<body>
<header>
</header>