-
Notifications
You must be signed in to change notification settings - Fork 4
/
header-part-head.php
27 lines (22 loc) · 1.67 KB
/
header-part-head.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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="keywords" content="ScrollMagic, example, scrolling, attaching, scrollbar, horizontal, landscape" />
<!-- <meta name="viewport" content="width=device-width"> -->
<!-- <meta name="viewport" content="initial-scale=1 user-scalable=no width=device-width"> -->
<meta name="viewport" content="initial-scale=.95 width=device-width maximum-scale=1 user-scalable=no" />
<title> <?php wp_title(' | ',TRUE,'right'); bloginfo('name'); ?> </title>
<link rel='stylesheet' href='<?php echo get_stylesheet_directory_uri() . '/campaign/css/header.css' ?>' type='text/css' media='all' />
<link rel='stylesheet' id='uw-master-css' href='<?php echo bloginfo("template_directory") . '/style.css' ?>' type='text/css' media='all' />
<link rel='stylesheet' id='google-font-open-css' href='https://fonts.googleapis.com/css?family=Open+Sans%3A400italic%2C700italic%2C400%2C700&' type='text/css' media='all' />
<link rel='stylesheet' id='uw-style-css' href='<?php echo get_stylesheet_directory_uri() . '/style.css' ?>' type='text/css' media='all' />
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js'></script>
<script src="<?php echo get_stylesheet_directory_uri() . '/campaign/js/header.js' ?>" type="text/javascript"></script>
<!-- <script type='text/javascript' src='https://code.jquery.com/ui/1.12.0-rc.2/jquery-ui.min.js'></script> -->
<?php
echo get_post_meta( get_the_ID() , 'javascript' , 'true' );
echo get_post_meta( get_the_ID() , 'css' , 'true' );
?>
</head>