header.html 2.01 KB
	<!-- 
	<base href="${BASE_PATH }">
	 -->
	<title>${HEAD_TITLE }</title>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	<link rel="icon" href="${BASE_PATH }favicon.ico" />
	<link rel="shortcut icon" href="${BASE_PATH }favicon.ico" />
	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="cache-control" content="no-cache">
	<meta http-equiv="expires" content="0">
	<meta name="keywords" content="${HEAD_TITLE }">
	<meta name="description" content="${HEAD_TITLE }">
	
	<!-- IE兼容处理 -->
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
	
	<% include("/template/includes/jquery.html"){} %>
	<script type="text/javascript" src="${BASE_PATH }template/mtg/includes/common_pack.js"></script>
	<!-- 
	<script type="text/javascript" src="${BASE_PATH }template/mtg/includes/common.js"></script>
	 -->

	<% include("/template/includes/bootstrap.html"){} %>
	
	<script type="text/javascript" src="${BASE_PATH }template/mtg/includes/common_pack.js"></script>
	<!-- 
	<link rel="stylesheet" href="${BASE_PATH }static/front/home.css" type="text/css" media="screen, projection">
	 -->
	<link rel="stylesheet" href="${BASE_PATH }static/front/home.min.css" type="text/css" media="screen, projection">

	<style>
	<!--
	.shuiyin_play {
		top: 90px;
		left: 100px;
		font-size: 60px;
		color: gray;
		position: absolute;
		z-index: 1;
		display: inline-block;
		font-family: 'Glyphicons Halflings';
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
	}
	
	.shuiyin_play:before {
		content: "\e029";
	}
	
	.shuiyin_play:focus,.shuiyin_play:hover {
	    color: #23527c;
	    border-color: #ddd
	}
	-->
	</style>
	<!-- 百度统计 -->
	<script>
	var _hmt = _hmt || [];
	(function() {
	  var hm = document.createElement("script");
	  hm.src = "//hm.baidu.com/hm.js?1040d081eea13b44d84a4af639640d51";
	  var s = document.getElementsByTagName("script")[0]; 
	  s.parentNode.insertBefore(hm, s);
	})();
	</script>